Property ReturnExisting
ReturnExisting
Gets or sets a value that determines whether to return existing
row and its RowVersion if the conditional Put
operation fails.
Declaration
public bool ReturnExisting { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
true to return existing row and its version if conditional
Put operation fails, otherwise false. The default is
false.
|
Remarks
If set to
true, the existing row and its version will be
returned as ExistingRow and
ExistingVersion.