asp.net.ph

DataViewSettingCollection Class

System.Data Namespace


Contains a read-only collection of DataViewSetting objects for each DataTable in a DataSet.

DataViewSettingCollection Class Members

Collapse   Properties

Visibility Name Value Type Accessibility
public Count Int32 [ Get ]
public IsReadOnly Boolean [ Get ]
public IsSynchronized Boolean [ Get ]
public Item ( DataTable table ) DataViewSetting [ Get , Set ]
public Item ( String tableName ) DataViewSetting [ Get ]
public Item ( Int32 index ) DataViewSetting [ Get , Set ]
public SyncRoot Object [ Get ]

Collapse   Methods

Visibility Name Parameters Return Type
public CopyTo ( DataViewSetting ar , Int32 index ) Void
public CopyTo ( Array ar , Int32 index ) Void
public GetEnumerator ( ) IEnumerator

Remarks

A user cannot add or remove a DataViewSetting from the collection, but can change the properties of the DataViewSetting corresponding to a particular DataTable. Adding or removing a DataTable from the DataSet adds or removes the corresponding DataViewSetting from the collection.

Skip Navigation Links



Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph