TableBatchOperation.Insert Method

Windows Runtime Azure Storage Client Library

Overload List

Name Description
TableBatchOperation.Insert (ITableEntity) Adds a TableOperation to the TableBatchOperation that inserts the specified entity into a table.
TableBatchOperation.Insert (ITableEntity, Boolean) Adds a TableOperation object that inserts the specified entity into the table as part of the batch operation.
TableBatchOperation.Insert (Int32, TableOperation) Inserts a TableOperation into the TableBatchOperation at the specified index.

See Also