DataViewSettingCollection::Item Property (DataTable^)
.NET Framework (current version)
Gets the DataViewSetting objects of the specified DataTable from the collection.
Assembly: System.Data (in System.Data.dll)
public: property DataViewSetting^ default[ DataTable^ table ] { virtual DataViewSetting^ get(DataTable^ table); virtual void set(DataTable^ table, DataViewSetting^ value); }
Parameters
- table
-
Type:
System.Data::DataTable^
The DataTable to find.
.NET Framework
Available since 1.1
Available since 1.1
Show: