EntityViewBaseTEntityIBindingListSupportsSearching Property |
Gets whether the list supports searching using the Find(PropertyDescriptor, Object) method.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxbool IBindingList.SupportsSearching { get; }
Private ReadOnly Property SupportsSearching As Boolean
Implements IBindingList.SupportsSearching
Get
Property Value
Type:
BooleanReturn Value
Type:
Booleantrue, searching is supported.
Implements
IBindingListSupportsSearching
See Also