다음을 통해 공유


ExtensionMethods.GetAlternateKeysAnnotation(IEdmModel, IEdmEntityType) 메서드

정의

선언된 키가 있는 가장 정의된 엔터티의 선언된 대체 키를 가져옵니다.

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

매개 변수

model
IEdmModel

사용할 모델입니다.

type
IEdmEntityType

호출하는 개체에 대한 참조입니다.

반환

이 유형의 대체 키입니다.

적용 대상