DbExpression.FromSingle(Nullable<Single>) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a DbExpression that represents the specified (nullable) Single value.
public:
 static System::Data::Common::CommandTrees::DbExpression ^ FromSingle(Nullable<float> value);public static System.Data.Common.CommandTrees.DbExpression FromSingle(float? value);static member FromSingle : Nullable<single> -> System.Data.Common.CommandTrees.DbExpressionPublic Shared Function FromSingle (value As Nullable(Of Single)) As DbExpressionParameters
Returns
A DbExpression that represents the specified Single value.