Click or drag to resize

DbDataSource.SupportsSearching Property

X#
Gets whether the list supports searching using the Find(PropertyDescriptor, Object) method.

Namespace:  XSharp
Assembly:  XSharp.Data (in XSharp.Data.dll) Version: 2.19
Syntax
 PROPERTY SupportsSearching AS LOGIC GET 
Request Example View Source

Return Value

Type: Logic
if the list supports searching using the Find(PropertyDescriptor, Object) method; otherwise, .

Implements

SupportsSearching
See Also