EntityDescriptor.ParentPropertyForInsert 속성
부모 엔터티에 연결하는 탐색 속성인 엔터티의 속성 이름을 가져옵니다.
네임스페이스: System.Data.Services.Client
어셈블리: Microsoft.Data.Services.Client(Microsoft.Data.Services.Client.dll)
구문
‘선언
Public ReadOnly Property ParentPropertyForInsert As String
Get
‘사용 방법
Dim instance As EntityDescriptor
Dim value As String
value = instance.ParentPropertyForInsert
public string ParentPropertyForInsert { get; }
public:
property String^ ParentPropertyForInsert {
String^ get ();
}
member ParentPropertyForInsert : string
function get ParentPropertyForInsert () : String
속성 값
유형: System.String
부모 속성의 이름입니다.