Click or drag to resize

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.5.0.0 (5.5.18.1019)
Syntax
void IBindingList.AddIndex(
	PropertyDescriptor property
)

Parameters

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

Implements

IBindingListAddIndex(PropertyDescriptor)
See Also