Property Results
Results
Gets the list of results of sub operations.
Declaration
public IReadOnlyList<WriteOperationResult<TRow>> Results { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<WriteOperationResult<TRow>> |
The list of results of Put/Delete sub operations if the operation
was successful, otherwise null.
|
See Also
WriteOperationResult<TRow>