ResultSetView.IBindingList.SupportsSearching Property

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Private ReadOnly Property SupportsSearching As Boolean
    Implements IBindingList.SupportsSearching
    Get
'Usage
Dim instance As ResultSetView
Dim value As Boolean

value = CType(instance, IBindingList).SupportsSearching
bool IBindingList.SupportsSearching { get; }
private:
virtual property bool SupportsSearching {
    bool get () sealed = IBindingList::SupportsSearching::get;
}
private abstract SupportsSearching : bool
private override SupportsSearching : bool
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: System.Boolean

Implements

IBindingList.SupportsSearching

See Also

Reference

ResultSetView Class

System.Data.SqlServerCe Namespace