Property ModificationTime
ModificationTime
Gets the modification time of the row.
Declaration
public Nullable<DateTime> ModificationTime { get; }
Property Value
| Type | Description |
|---|---|
| Nullable<DateTime> |
Modification time of the row in UTC if available from the server
or null if the server doesn't support this feature.
|