CompositeTableKey Constructor (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.

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

public CompositeTableKey(
	params string[] segments
)

Parameters

segments
Type: System.String[]

The ordered set of String segments making up the composite key.

Return to top
Show: