Прочетете на английски Редактиране

Споделяне чрез


DbExpression.FromDateTimeOffset(Nullable<DateTimeOffset>) Method

Definition

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

C#
public static System.Data.Common.CommandTrees.DbExpression FromDateTimeOffset(DateTimeOffset? value);

Parameters

value
Nullable<DateTimeOffset>

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

Returns

A DbExpression that represents the specified DateTimeOffset value.

Applies to

Продукт Версии
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1