CompositeTableKey.Parse Method (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.
Assembly: Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)
Parameters
- tableKey
-
Type:
System.String
The value containing the composite key.
Return Value
Type: Microsoft.WindowsAzure.Mobile.Service.CompositeTableKeyA new CompositeTableKey instance.
Show: