Property ExistingRow
ExistingRow
Gets the value of existing row if the conditional Delete operation
has failed.
Declaration
public TRow ExistingRow { get; }
Property Value
| Type | Description |
|---|---|
| TRow |
Value 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.