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