TableOperation Members

Represents a single table operation.

The following tables list the members exposed by the TableOperation type.

Public Methods

(see also Protected Methods)

  Name Description
public methodstatic Delete Creates a new table operation that deletes the given entity from a table.
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public methodstatic Insert Overloaded.  
public methodstatic InsertOrMerge Creates a new table operation that inserts the given entity into a table if the entity does not exist; if the entity does exist then its contents are merged with the provided entity.
public methodstatic InsertOrReplace Creates a new table operation that inserts the given entity into a table if the entity does not exist; if the entity does exist then its contents are replaced with the provided entity.
public methodstatic Merge Creates a new table operation that merges the contents of the given entity with the existing entity in a table.
public methodstatic Replace Creates a new table operation that replaces the contents of the given entity in a table.
public methodstatic Retrieve Overloaded.  
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

TableOperation Class
Microsoft.WindowsAzure.Storage.Table Namespace