Partager via


ExtensionMethods.GetAlternateKeysAnnotation(IEdmModel, IEdmEntityType) Méthode

Définition

Obtient les clés alternatives déclarées de l’entité la plus définie avec une clé déclarée présente.

public static System.Collections.Generic.IEnumerable<System.Collections.Generic.IDictionary<string,Microsoft.OData.Edm.IEdmProperty>> GetAlternateKeysAnnotation (this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.IEdmEntityType type);
static member GetAlternateKeysAnnotation : Microsoft.OData.Edm.IEdmModel * Microsoft.OData.Edm.IEdmEntityType -> seq<System.Collections.Generic.IDictionary<string, Microsoft.OData.Edm.IEdmProperty>>
<Extension()>
Public Function GetAlternateKeysAnnotation (model As IEdmModel, type As IEdmEntityType) As IEnumerable(Of IDictionary(Of String, IEdmProperty))

Paramètres

model
IEdmModel

Modèle à utiliser.

type
IEdmEntityType

Référence à l'objet appelant.

Retours

Autres clés de ce type.

S’applique à