Class DeleteOperation
Represents a Delete operation that is part of
WriteOperationCollection.
Implements
Namespace: Oracle.NoSQL.SDK
Assembly: Oracle.NoSQL.SDK.dll
Syntax
public class DeleteOperation : Object, IWriteOperation
Properties
| Name | Description |
|---|---|
| AbortIfUnsuccessful | Gets the value that determines whether to abort the transaction started by call to WriteManyAsync if this operation fails. |
| Options | Gets the options for the Delete operation. |
| PrimaryKey | Gets the value of the primary key for the Delete operation. |
| TableName | Gets the table name, if available. |