DbDataSource.SupportsSearching Property | |
Gets whether the list supports searching using the Find(PropertyDescriptor, Object) method.
Namespace:
XSharp
Assembly:
XSharp.Data (in XSharp.Data.dll) Version: 2.21
Syntax PROPERTY SupportsSearching AS LOGIC GET
public bool SupportsSearching { get; }
Request Example
View SourceReturn Value
Type:
Logic if the list supports searching using the
Find(PropertyDescriptor, Object) method; otherwise,
.
Implements
SupportsSearchingSee Also