ContextDataSourceView.EntitySet 属性
定义
获取或设置对象,该对象包含要检索的数据的值。Gets or sets the object that contains the value of the data to retrieve.
protected:
property System::Object ^ EntitySet { System::Object ^ get(); };
protected object EntitySet { get; }
member this.EntitySet : obj
Protected ReadOnly Property EntitySet As Object
属性值
其中包含要检索的数据值的对象。The object that contains the value of the data to retrieve.