EntityKeyMember Constructor
Initializes a new instance of the EntityKeyMember class.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | EntityKeyMember() | Creates an empty EntityKeyMember. This constructor is used by serialization. |
![]() | EntityKeyMember(String, Object) | Creates a new EntityKeyMember with the specified key name and value. |
EntityKeyMember Constructor ()
Creates an empty EntityKeyMember. This constructor is used by serialization.
EntityKeyMember Constructor (String, Object)
Creates a new EntityKeyMember with the specified key name and value.