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.

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)

public static CompositeTableKey Parse(
	string tableKey
)

Parameters

tableKey
Type: System.String

The value containing the composite key.

Return to top
Show: