





Represents a single table operation.
The following tables list the members exposed by the TableOperation type.
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
![]() ![]() |
Delete | Creates a new table operation that deletes the given entity from a table. |
![]() |
Equals | (Inherited from Object) |
![]() |
GetHashCode | (Inherited from Object) |
![]() |
GetType | (Inherited from Object) |
![]() ![]() |
Insert | Overloaded. |
![]() ![]() |
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. |
![]() ![]() |
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. |
![]() ![]() |
Merge | Creates a new table operation that merges the contents of the given entity with the existing entity in a table. |
![]() ![]() |
Replace | Creates a new table operation that replaces the contents of the given entity in a table. |
![]() ![]() |
Retrieve | Overloaded. |
![]() |
ToString | (Inherited from Object) |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object) |
![]() |
MemberwiseClone | (Inherited from Object) |