共用方式為


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