DbExpression.FromSingle(Nullable<Single>) Método

Definición

Crea un objeto DbExpression que representa el valor Single que acepta valores NULL especificado.

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

value
Nullable<Single>

Valor Single en el que se debe basar la expresión devuelta.

Devoluciones

DbExpression que representa el valor Single especificado.

Se aplica a