DateTimeOffsetField indexer

namespace: Serenity.Data   assemblySerenity.Net.Entity

Gets or sets the value of this field with the specified row.

public DateTimeOffset? this[IRow row] { get; set; }
parameter description
row The row.

Property Value

The Nullable.

See Also