EntityKeyMember Constructors

Definition

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 ();
Public Sub New ()

Applies to

EntityKeyMember(String, Object)

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

public EntityKeyMember (string keyName, object keyValue);
new System.Data.Entity.Core.EntityKeyMember : string * obj -> System.Data.Entity.Core.EntityKeyMember
Public Sub New (keyName As String, keyValue As Object)

Parameters

keyName
String

The name of the key.

keyValue
Object

The key value.

Applies to