Share via


DbExpression.FromGuid(Nullable<Guid>) Metodo

Definizione

Crea un oggetto DbExpression che rappresenta il valore Guid che ammette valori Null specificato.

public:
 static System::Data::Common::CommandTrees::DbExpression ^ FromGuid(Nullable<Guid> value);
public static System.Data.Common.CommandTrees.DbExpression FromGuid (Guid? value);
static member FromGuid : Nullable<Guid> -> System.Data.Common.CommandTrees.DbExpression
Public Shared Function FromGuid (value As Nullable(Of Guid)) As DbExpression

Parametri

value
Nullable<Guid>

Valore GUID su cui deve basarsi l'espressione restituita.

Restituisce

Oggetto DbExpression che rappresenta il valore Guid specificato.

Si applica a