Click or drag to resize
EntityViewBaseTEntityIBindingListRemoveIndex 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.3.0.0 (5.3.0)
Syntax
void IBindingList.RemoveIndex(
	PropertyDescriptor property
)

Parameters

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

Implements

IBindingListRemoveIndex(PropertyDescriptor)
See Also