DbExpression.FromGuid(Nullable<Guid>) Methode

Definitie

Hiermee maakt u een DbExpression waarde die de opgegeven waarde (nullable) Guid vertegenwoordigt.

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

Parameters

value
Nullable<Guid>

De GUID-waarde waarop de geretourneerde expressie moet worden gebaseerd.

Retouren

Een DbExpression die de opgegeven GUID-waarde vertegenwoordigt.

Van toepassing op