DataView.System.ComponentModel.IBindingList.SupportsSearching Property
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Private ReadOnly Property SupportsSearching As Boolean Implements _ IBindingList.SupportsSearching
[C#]
bool IBindingList.SupportsSearching {get;}
[C++]
private: __property bool
System::ComponentModel::IBindingList::get_SupportsSearching();
[JScript]
private function get IBindingList.SupportsSearching() : Boolean;
See Also
DataView Class | DataView Members | System.Data Namespace