Share via


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)

Syntax

public CompositeTableKey(
    params string[] segments
)
public:
CompositeTableKey(
    ... array<String^>^ segments
)
new : 
        [<ParamArrayAttribute>] segments:string[] -> CompositeTableKey
Public Sub New (
    ParamArray segments As String()
)

Parameters

  • segments
    Type: System.String[]

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

See Also

CompositeTableKey Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top