Compartilhar via


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

Definição

Cria uma DbExpression que representa o valor Single (anulável) especificado.

public static System.Data.Entity.Core.Common.CommandTrees.DbExpression FromSingle (Nullable<float> value);
static member FromSingle : Nullable<single> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Function FromSingle (value As Nullable(Of Single)) As DbExpression

Parâmetros

value
Nullable<Single>

O valor Single no qual a expressão retornada deve ser baseada.

Retornos

Uma DbExpression que representa o valor Single especificado.

Aplica-se a