次の方法で共有


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 名前空間