Property ExistingRow
ExistingRow
Gets the value of existing row if the conditional Put or 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 equivalent to
ExistingRow or
ExistingRow for Put and Delete
operations respectively.