Property Version
Version
For Put operations only. 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 this result is a result of a Put
operation and this operation was successful, otherwise
null.
|