DbExpression.FromSingle Method (Nullable<Single>)
Creates a DbExpression that represents the specified (nullable) Single value.
Assembly: EntityFramework (in EntityFramework.dll)
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.DbExpressionA DbExpression that represents the specified Single value.