DbExpression.FromGuid Method (Nullable<Guid>)

 

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

Namespace:   System.Data.Entity.Core.Common.CommandTrees
Assembly:  EntityFramework (in EntityFramework.dll)

public static DbExpression FromGuid(
	Nullable<Guid> value
)

Parameters

value
Type: System.Nullable<Guid>

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

Return Value

Type: System.Data.Entity.Core.Common.CommandTrees.DbExpression

A DbExpression that represents the specified Guid value.