Click or drag to resize

EntityViewBase<TEntity>.IBindingList.RemoveIndex Method

Removes the PropertyDescriptor from the indexes used for searching.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax
void IBindingList.RemoveIndex(
	PropertyDescriptor property
)

Parameters

property
Type: System.ComponentModel.PropertyDescriptor
The PropertyDescriptor to remove from the indexes used for searching.

Implements

IBindingList.RemoveIndex(PropertyDescriptor)
See Also