DataViewManager::IBindingList::RemoveIndex Method (PropertyDescriptor^)
.NET Framework (current version)
Removes the PropertyDescriptor from the indexes used for searching.
Assembly: System.Data (in System.Data.dll)
private: virtual void RemoveIndex( PropertyDescriptor^ property ) sealed = IBindingList::RemoveIndex
Parameters
- property
-
Type:
System.ComponentModel::PropertyDescriptor^
The PropertyDescriptor to remove from 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: