Freigeben über


ExtensionMethods.GetAlternateKeysAnnotation(IEdmModel, IEdmEntityType) Methode

Definition

Ruft die deklarierten Alternativen Schlüssel der am häufigsten definierten Entität mit einem deklarierten Schlüssel ab.

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))

Parameter

model
IEdmModel

Das zu verwendende Modell.

type
IEdmEntityType

Verweis auf das aufrufende Objekt.

Gibt zurück

Alternative Schlüssel dieses Typs.

Gilt für: