DataViewSettingCollection.Item[] Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the DataViewSetting of the specified DataTable from the collection.
Overloads
| Item[DataTable] | Gets the DataViewSetting objects of the specified DataTable from the collection. | 
| Item[Int32] | Gets the DataViewSetting objects of the DataTable specified by its index. | 
| Item[String] | Gets the DataViewSetting of the DataTable specified by its name. | 
Item[DataTable]
- Source:
- DataViewSettingCollection.cs
- Source:
- DataViewSettingCollection.cs
- Source:
- DataViewSettingCollection.cs
- Source:
- DataViewSettingCollection.cs
Gets the DataViewSetting objects of the specified DataTable from the collection.
public:
 virtual property System::Data::DataViewSetting ^ default[System::Data::DataTable ^] { System::Data::DataViewSetting ^ get(System::Data::DataTable ^ table); void set(System::Data::DataTable ^ table, System::Data::DataViewSetting ^ value); };public virtual System.Data.DataViewSetting this[System.Data.DataTable table] { get; set; }member this.Item(System.Data.DataTable) : System.Data.DataViewSetting with get, setDefault Public Overridable Property Item(table As DataTable) As DataViewSettingParameters
Property Value
A collection of DataViewSetting objects.
Applies to
Item[Int32]
- Source:
- DataViewSettingCollection.cs
- Source:
- DataViewSettingCollection.cs
- Source:
- DataViewSettingCollection.cs
- Source:
- DataViewSettingCollection.cs
Gets the DataViewSetting objects of the DataTable specified by its index.
public:
 virtual property System::Data::DataViewSetting ^ default[int] { System::Data::DataViewSetting ^ get(int index); void set(int index, System::Data::DataViewSetting ^ value); };public virtual System.Data.DataViewSetting? this[int index] { get; set; }public virtual System.Data.DataViewSetting this[int index] { get; set; }member this.Item(int) : System.Data.DataViewSetting with get, setDefault Public Overridable Property Item(index As Integer) As DataViewSettingParameters
Property Value
A collection of DataViewSetting objects.
Applies to
Item[String]
- Source:
- DataViewSettingCollection.cs
- Source:
- DataViewSettingCollection.cs
- Source:
- DataViewSettingCollection.cs
- Source:
- DataViewSettingCollection.cs
Gets the DataViewSetting of the DataTable specified by its name.
public:
 virtual property System::Data::DataViewSetting ^ default[System::String ^] { System::Data::DataViewSetting ^ get(System::String ^ tableName); };public virtual System.Data.DataViewSetting? this[string tableName] { get; }public virtual System.Data.DataViewSetting this[string tableName] { get; }member this.Item(string) : System.Data.DataViewSettingDefault Public Overridable ReadOnly Property Item(tableName As String) As DataViewSettingParameters
Property Value
A collection of DataViewSetting objects.