次の方法で共有


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
親プロパティの名前。

関連項目

参照

EntityDescriptor クラス

System.Data.Services.Client 名前空間