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.12.0.0 (5.12.0)
Syntaxvoid IBindingList.RemoveIndex(
	PropertyDescriptor property
)
Private Sub RemoveIndex ( 
	property As PropertyDescriptor
) Implements IBindingList.RemoveIndex
Parameters
- property
 - Type: System.ComponentModelPropertyDescriptor
The PropertyDescriptor to remove from the indexes used for searching. 
Implements
IBindingListRemoveIndex(PropertyDescriptor)
See Also