ContextDataSourceContextData.EntitySet 属性
定义
获取或设置表示数据集合的数据上下文类中的属性或字段。Gets or sets the property or field in the data context class that represents a data collection.
public:
property System::Object ^ EntitySet { System::Object ^ get(); void set(System::Object ^ value); };
public object EntitySet { get; set; }
member this.EntitySet : obj with get, set
Public Property EntitySet As Object
属性值
表示数据集合的数据上下文类中的属性或字段。The property or field in the data context class that represents a data collection.