DbExpression.FromSingle(Nullable<Single>) Método
Definição
Cria uma DbExpression que representa o valor Single (anulável) especificado.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.DbExpression
Public Shared Function FromSingle (value As Nullable(Of Single)) As DbExpression
Parâmetros
O valor Single no qual a expressão retornada deve ser baseada.The Single value on which the returned expression should be based.
Retornos
Uma DbExpression que representa o valor Single especificado.A DbExpression that represents the specified Single value.