Udostępnij przez


DbExpression.FromSingle(Nullable<Single>) Metoda

Definicja

Tworzy element DbExpression reprezentujący określoną (nullable) pojedynczą wartość.

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

Parametry

value
Nullable<Single>

Pojedyncza wartość, na której powinno być oparte zwrócone wyrażenie.

Zwraca

Element DbExpression reprezentujący określoną pojedynczą wartość.

Dotyczy