EntityViewBaseTEntityIBindingListAddIndex Method |
Adds the PropertyDescriptor to 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.AddIndex(
PropertyDescriptor property
)
Private Sub AddIndex (
property As PropertyDescriptor
) Implements IBindingList.AddIndex
Parameters
- property
- Type: System.ComponentModelPropertyDescriptor
The PropertyDescriptor to add to the indexes used for searching.
Implements
IBindingListAddIndex(PropertyDescriptor)
See Also