Click or drag to resize
EntityViewBase<TEntity>.IBindingList.AddIndex 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.0.0.0 (5.0.0)
Syntax
void IBindingList.AddIndex(
	PropertyDescriptor property
)

Parameters

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

Implements

IBindingList.AddIndex(PropertyDescriptor)
See Also