CompositeTableKey Methods
Namespace:
Microsoft.WindowsAzure.Mobile.Service
Assembly: Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() ![]() | Parse(String) | Parse a string as a CompositeTableKey. The value has to be a comma separated list (without LWS) of optionally single-quoted terms. If the value is not valid then an ArgumentException is thrown. |
![]() | ToString() | Generates a String representation of the composite key.(Overrides Object.ToString().) |
![]() ![]() | TryParse(String, CompositeTableKey) | Attempts creating a new CompositeTableKey from a given tableKey. The return value indicates whether the parsing succeeded. |
Show:


