DbExpression.FromDouble Method (Nullable<Double>)

 

Creates a DbExpression that represents the specified (nullable) double value.

Namespace:   System.Data.Entity.Core.Common.CommandTrees
Assembly:  EntityFramework (in EntityFramework.dll)

public static DbExpression FromDouble(
	Nullable<double> value
)

Parameters

value
Type: System.Nullable<Double>

The double value on which the returned expression should be based.

Return Value

Type: System.Data.Entity.Core.Common.CommandTrees.DbExpression

A DbExpression that represents the specified double value.