Property Version
Version
Gets the RowVersion of the new row if the Put
operation was successful.
Declaration
public RowVersion Version { get; }
Property Value
| Type | Description |
|---|---|
| RowVersion |
Version of the new row if the Put operation was successful,
otherwise null.
|