TimeSpanField indexer
namespace: Serenity.Data assembly: Serenity.Net.Entity
Gets or sets the Nullable with the specified row.
public TimeSpan? this[IRow row] { get; set; }
| parameter | description |
|---|---|
| row | The row. |
Property Value
The Nullable.
See Also
- interface IRow
- class TimeSpanField