DataViewSettingCollection::Item Property (String^)

 

Gets the DataViewSetting of the DataTable specified by its name.

Namespace:   System.Data
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.

Property Value

Type: System.Data::DataViewSetting^

A collection of DataViewSetting objects.

.NET Framework
Available since 1.1
Return to top
Show: