CompositeTableKey Class
A CompositeTableKey contains one or more keys used to identify a single row in a table. The string format of a CompositeTableKey is a comma separated list (without LWS) of optionally single-quoted terms. The terms only have to be quoted if they contain a comma.
Assembly: Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)
| Name | Description | |
|---|---|---|
![]() | CompositeTableKey(String()) | Initialize a new instance of the CompositeTableKey with a given number of String representing an ordered list of segments making up the composite key. |
| Name | Description | |
|---|---|---|
![]() | Segments | Gets the ordered Collection(Of T) of segments making up the composite key. |
| 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. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.jpeg?cs-save-lang=1&cs-lang=vb)
.jpeg?cs-save-lang=1&cs-lang=vb)
.jpeg?cs-save-lang=1&cs-lang=vb)
.jpeg?cs-save-lang=1&cs-lang=vb)