Share via


TableBatchOperation Classe

Definição

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)
Herança
TableBatchOperation
Implementações

Construtores

TableBatchOperation()

Propriedades

Count
IsReadOnly
Item[Int32]

Métodos

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>)

Implantações explícitas de interface

IEnumerable.GetEnumerator()

Métodos de Extensão

ToCommaSeparatedString<T>(IEnumerable<T>)

Converte os elementos de uma coleção em cadeias de caracteres e concatena-os em uma lista separada por vírgulas ou retorna nulo para coleções nulas ou vazias.

Aplica-se a