IEdmEntityType.DeclaredKey 속성
엔터티 키를 구성하는 엔터티 형식의 구조적 속성을 가져옵니다.
네임스페이스: Microsoft.Data.Edm
어셈블리: Microsoft.Data.Edm(Microsoft.Data.Edm.dll)
구문
‘선언
ReadOnly Property DeclaredKey As IEnumerable(Of IEdmStructuralProperty)
Get
‘사용 방법
Dim instance As IEdmEntityType
Dim value As IEnumerable(Of IEdmStructuralProperty)
value = instance.DeclaredKey
IEnumerable<IEdmStructuralProperty> DeclaredKey { get; }
property IEnumerable<IEdmStructuralProperty^>^ DeclaredKey {
IEnumerable<IEdmStructuralProperty^>^ get ();
}
abstract DeclaredKey : IEnumerable<IEdmStructuralProperty>
function get DeclaredKey () : IEnumerable<IEdmStructuralProperty>
속성 값
유형: System.Collections.Generic.IEnumerable<IEdmStructuralProperty>
엔터티 형식의 구조적 속성입니다.