DataViewSettingCollection::Item Property (DataTable^)

 

Gets the DataViewSetting objects of the specified DataTable from the collection.

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

Property Value

Type: System.Data::DataViewSetting^

A collection of DataViewSetting objects.

.NET Framework
Available since 1.1
Return to top
Show: