DbExpression.FromSingle(Nullable<Single>) Metoda

Definicja

Tworzy obiekt DbExpression , który reprezentuje określoną (dopuszczaną wartość null) Pojedyncza wartość.

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

Parametry

value
Nullable<Single>

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

Zwraca

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

Dotyczy