DbExpression.FromDateTimeOffset Method (Nullable<DateTimeOffset>)

 

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

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

public static DbExpression FromDateTimeOffset(
	Nullable<DateTimeOffset> value
)

Parameters

value
Type: System.Nullable<DateTimeOffset>

The DateTimeOffset 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 DateTimeOffset value.