Lezen in het Engels Bewerken

Delen via


EntityKeyMember Constructors

Definition

Initializes a new instance of the EntityKeyMember class.

Overloads

EntityKeyMember()

Initializes a new instance of the EntityKeyMember class.

EntityKeyMember(String, Object)

Initializes a new instance of the EntityKeyMember class with the specified entity key pair.

EntityKeyMember()

Initializes a new instance of the EntityKeyMember class.

public EntityKeyMember ();

Remarks

This constructor is used during entity key serialization.

Applies to

.NET Framework 4.8.1 en andere versies
Product Versies
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

EntityKeyMember(String, Object)

Initializes a new instance of the EntityKeyMember class with the specified entity key pair.

public EntityKeyMember (string keyName, object keyValue);

Parameters

keyName
String

The name of the key.

keyValue
Object

The key value.

Applies to

.NET Framework 4.8.1 en andere versies
Product Versies
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1