Property ExistingVersion
ExistingVersion
Gets the value of RowVersion of existing row if the
conditional Delete operation has failed.
Declaration
public RowVersion ExistingVersion { get; }
Property Value
| Type | Description |
|---|---|
| RowVersion |
Version of existing row if available, otherwise null.
|
Remarks
This value is available if the conditional Delete operation (as
indicated by MatchVersion) has failed
and ReturnExisting was set to
true.