| Name | Description |
---|
| Delete(ITableEntity)(ITableEntity^)(ITableEntity)(ITableEntity) | Creates a new table operation that deletes the given entity from a table. |
| Equals(Object)(Object^)(Object)(Object) | |
| Finalize()()()() | |
| GetHashCode()()()() | |
| GetType()()()() | |
| Insert(ITableEntity)(ITableEntity^)(ITableEntity)(ITableEntity) | Creates a new table operation that inserts the given entity into a table. |
| Insert(ITableEntity, Boolean)(ITableEntity^, Boolean)(ITableEntity, Boolean)(ITableEntity, Boolean) | Creates a new table operation that inserts the given entity into a table. |
| InsertOrMerge(ITableEntity)(ITableEntity^)(ITableEntity)(ITableEntity) | 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. |
| InsertOrReplace(ITableEntity)(ITableEntity^)(ITableEntity)(ITableEntity) | 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. |
| MemberwiseClone()()()() | |
| Merge(ITableEntity)(ITableEntity^)(ITableEntity)(ITableEntity) | Creates a new table operation that merges the contents of the given entity with the existing entity in a table. |
| Replace(ITableEntity)(ITableEntity^)(ITableEntity)(ITableEntity) | Creates a new table operation that replaces the contents of the given entity in a table. |
| Retrieve(String, String, List<String>)(String^, String^, List<String^>^)(String, String, List<String>)(String, String, List(Of String)) |
Creates a new table operation that retrieves the contents of
the given entity in a table.
|
| Retrieve<TResult><TResult><'TResult>(Of TResult)(String, String, EntityResolver<TResult>, List<String>)(String^, String^, EntityResolver<TResult>^, List<String^>^)(String, String, EntityResolver<'TResult>, List<String>)(String, String, EntityResolver(Of TResult), List(Of String)) |
Creates a new table operation that retrieves the contents of
the given entity in a table.
|
| Retrieve<TElement><TElement><'TElement>(Of TElement)(String, String, List<String>)(String^, String^, List<String^>^)(String, String, List<String>)(String, String, List(Of String)) |
Creates a new table operation that retrieves the contents of
the given entity in a table.
|
| ToString()()()() | |