Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Adds the keyProperties to the key of this entity type.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Sub AddKeys ( _
keyProperties As IEnumerable(Of IEdmStructuralProperty) _
)
'Usage
Dim instance As EdmEntityType
Dim keyProperties As IEnumerable(Of IEdmStructuralProperty)
instance.AddKeys(keyProperties)
public void AddKeys(
IEnumerable<IEdmStructuralProperty> keyProperties
)
public:
void AddKeys(
IEnumerable<IEdmStructuralProperty^>^ keyProperties
)
member AddKeys :
keyProperties:IEnumerable<IEdmStructuralProperty> -> unit
public function AddKeys(
keyProperties : IEnumerable<IEdmStructuralProperty>
)
Parameters
- keyProperties
Type: System.Collections.Generic.IEnumerable<IEdmStructuralProperty>
The key properties.