EntityKeyMember Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework