MetaTable.DataContextPropertyName 属性
定义
获取表的名称。Gets the name of the table.
public:
property System::String ^ DataContextPropertyName { System::String ^ get(); };
public string DataContextPropertyName { get; }
member this.DataContextPropertyName : string
Public ReadOnly Property DataContextPropertyName As String
属性值
表的名称。The name of the table.
注解
该名称来自 DataContextType 表所属的对象。The name comes from the DataContextType object that the table belongs to.