DataViewManager::IBindingList::AddIndex Method (PropertyDescriptor^)
.NET Framework (current version)
Adds the PropertyDescriptor to the indexes used for searching.
Assembly: System.Data (in System.Data.dll)
private: virtual void AddIndex( PropertyDescriptor^ property ) sealed = IBindingList::AddIndex
Parameters
- property
-
Type:
System.ComponentModel::PropertyDescriptor^
The PropertyDescriptor to add to the indexes used for searching.
This member is an explicit interface member implementation. It can be used only when the DataViewManager instance is cast to an IBindingList interface.
.NET Framework
Available since 1.1
Available since 1.1
Show: