DbExpression.FromGuid(Nullable<Guid>) Method

Definition

Creates a DbExpression that represents the specified (nullable) Guid value.

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>

The Guid value on which the returned expression should be based.

Returns

A DbExpression that represents the specified Guid value.

Applies to