Property ExistingVersion
ExistingVersion
Gets the value of RowVersion of existing row if the
conditional Put or Delete operation has failed.
Declaration
public RowVersion ExistingVersion { get; }
Property Value
| Type | Description |
|---|---|
| RowVersion |
Version of RowVersion of existing row if
available, otherwise null.
|
Remarks
This value is equivalent to
ExistingVersion or
ExistingVersion for Put and
Delete operations respectively.