This topic has not yet been rated - Rate this topic

EntityKey Constructor

Initializes a new instance of the EntityKey class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method EntityKey() Initializes a new instance of the EntityKey class.
Public method EntityKey(String, IEnumerable<KeyValuePair<String, Object>>) Initializes a new instance of the EntityKey class with an entity set name and a generic KeyValuePair collection.
Public method EntityKey(String, IEnumerable<EntityKeyMember>) Initializes a new instance of the EntityKey class with an entity set name and an IEnumerable<T> collection of EntityKeyMember objects.
Public method EntityKey(String, String, Object) Initializes a new instance of the EntityKey class with an entity set name and specific entity key pair.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.