Aracılığıyla paylaş


DbExpression.FromGuid(Nullable<Guid>) Yöntem

Tanım

Belirtilen (null atanabilir) Guid değeri temsil eden bir DbExpression oluşturur.

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

Parametreler

value
Nullable<Guid>

Döndürülen ifadenin temel alınması gereken Guid değeri.

Döndürülenler

DbExpression Belirtilen Guid değerini temsil eden bir.

Şunlara uygulanır