NamedKey<T> Constructors

Definition

Overloads

NamedKey<T>()

Default constructor for a name key.

NamedKey<T>(NamedKey<T>)

Construct a name key from another name key.

NamedKey<T>(IDictionary<String,Object>)

Construct a name key from a field dictionary.

NamedKey<T>(String)

Construct a name key from a string.

NamedKey<T>()

Default constructor for a name key.

public NamedKey ();

Applies to

NamedKey<T>(NamedKey<T>)

Construct a name key from another name key.

public NamedKey (Microsoft.SqlServer.Management.Sdk.Sfc.NamedKey<T> other);

Parameters

other
NamedKey<T>

The other name key.

Applies to

NamedKey<T>(IDictionary<String,Object>)

Construct a name key from a field dictionary.

public NamedKey (System.Collections.Generic.IDictionary<string,object> fields);

Parameters

fields
IDictionary<String,Object>

The dictionary of field value pairs.

Applies to

NamedKey<T>(String)

Construct a name key from a string.

public NamedKey (string name);

Parameters

name
String

The name string.

Applies to