EdmEntityType.AddKeys Method
Include Protected Members
Include Inherited Members
Adds the keys for this entity type.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
AddKeys(array<IEdmStructuralProperty[]) | Adds the keyProperties to the key of this entity type. |
![]() |
AddKeys(IEnumerable<IEdmStructuralProperty>) | Adds the keyProperties to the key of this entity type. |
Top