Udostępnij przez


DbExpression.FromGuid(Nullable<Guid>) Metoda

Definicja

Tworzy obiektDbExpression, który reprezentuje określoną wartość (dopuszczaną do wartości null). Guid

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

Parametry

value
Nullable<Guid>

Wartość identyfikatora GUID, na której powinno być oparte zwrócone wyrażenie.

Zwraca

Element DbExpression reprezentujący określoną wartość identyfikatora GUID.

Dotyczy