CompositeTableKey(String[]) Constructor

Definition

Initialize a new instance of the CompositeTableKey with a given number of String representing an ordered list of segments making up the composite key.

public CompositeTableKey (params string[] segments);
new Microsoft.Azure.Mobile.Server.CompositeTableKey : string[] -> Microsoft.Azure.Mobile.Server.CompositeTableKey
Public Sub New (ParamArray segments As String())

Parameters

segments
String[]

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

Applies to