DataViewSettingCollection Properties
.NET Framework (current version)
Namespace:
System.Data
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of DataViewSetting objects in the DataViewSettingCollection. |
![]() | IsReadOnly | Gets a value that indicates whether the DataViewSettingCollection is read-only. |
![]() | IsSynchronized | Gets a value that indicates whether access to the DataViewSettingCollection is synchronized (thread-safe). |
![]() | 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. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the DataViewSettingCollection. |
Show:
