TableBatchOperation Class

Definition

public sealed class TableBatchOperation : System.Collections.Generic.ICollection<Microsoft.WindowsAzure.Storage.Table.TableOperation>, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Storage.Table.TableOperation>, System.Collections.Generic.IList<Microsoft.WindowsAzure.Storage.Table.TableOperation>
type TableBatchOperation = class
    interface IList<TableOperation>
    interface ICollection<TableOperation>
    interface seq<TableOperation>
    interface IEnumerable
Public NotInheritable Class TableBatchOperation
Implements ICollection(Of TableOperation), IEnumerable(Of TableOperation), IList(Of TableOperation)
Inheritance
TableBatchOperation
Implements

Constructors

TableBatchOperation()

Properties

Count
IsReadOnly
Item[Int32]

Methods

Add(TableOperation)
Clear()
Contains(TableOperation)
CopyTo(TableOperation[], Int32)
Delete(ITableEntity)
GetEnumerator()
IndexOf(TableOperation)
Insert(Int32, TableOperation)
Insert(ITableEntity)
Insert(ITableEntity, Boolean)
InsertOrMerge(ITableEntity)
InsertOrReplace(ITableEntity)
Merge(ITableEntity)
Remove(TableOperation)
RemoveAt(Int32)
Replace(ITableEntity)
Retrieve(String, String)
Retrieve<TElement>(String, String, List<String>)
Retrieve<TResult>(String, String, EntityResolver<TResult>, List<String>)

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Extension Methods

ToCommaSeparatedString<T>(IEnumerable<T>)

Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections.

Applies to