다음을 통해 공유


EntityDescriptor.ParentForInsert 속성

엔터티와 관련된 부모 엔터티를 가져옵니다.

네임스페이스:  System.Data.Services.Client
어셈블리:  Microsoft.Data.Services.Client(Microsoft.Data.Services.Client.dll)

구문

‘선언
Public ReadOnly Property ParentForInsert As EntityDescriptor
    Get
‘사용 방법
Dim instance As EntityDescriptor
Dim value As EntityDescriptor

value = instance.ParentForInsert
public EntityDescriptor ParentForInsert { get; }
public:
property EntityDescriptor^ ParentForInsert {
    EntityDescriptor^ get ();
}
member ParentForInsert : EntityDescriptor
function get ParentForInsert () : EntityDescriptor

속성 값

유형: System.Data.Services.Client.EntityDescriptor
관계 링크에서 부모 엔터티인 개체입니다.

참고 항목

참조

EntityDescriptor 클래스

System.Data.Services.Client 네임스페이스