DataViewSettingCollection::Item Property (String^)
.NET Framework (current version)
Gets the DataViewSetting of the DataTable specified by its name.
Assembly: System.Data (in System.Data.dll)
public: property DataViewSetting^ default[ String^ tableName ] { virtual DataViewSetting^ get(String^ tableName); }
Parameters
- tableName
-
Type:
System::String^
The name of the DataTable to find.
.NET Framework
Available since 1.1
Available since 1.1
Show: