Compartir a través de


TableBatchOperation Clase

Definición

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)
Herencia
TableBatchOperation
Implementaciones

Constructores

TableBatchOperation()

Propiedades

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

Implementaciones de interfaz explícitas

IEnumerable.GetEnumerator()

Métodos de extensión

ToCommaSeparatedString<T>(IEnumerable<T>)

Convierte los elementos de una colección en cadenas y los concatena en una lista separada por comas, o devuelve null para colecciones nulas o vacías.

Se aplica a