TableOperation Methods

Windows Runtime Azure Storage Client Library

Public Methods (see also Protected Methods)

  Name Description
public method static 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 method static Insert Overloaded.  
public method static 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 method static 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 method static Merge Creates a new table operation that merges the contents of the given entity with the existing entity in a table.
public method static Replace Creates a new table operation that replaces the contents of the given entity in a table.
public method static Retrieve Overloaded.  
public method ToString  (Inherited from Object)

Protected Methods

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

See Also