DbExpression.FromSingle Method (Nullable<Single>)

 

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

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

public static DbExpression FromSingle(
	Nullable<float> value
)

Parameters

value
Type: System.Nullable<Single>

The Single 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 Single value.