DataView::IBindingListView::Filter Property

 

For a description of this member, see IBindingListView::Filter.

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

private:
property String^ Filter {
	virtual String^ get() sealed = IBindingListView::Filter::get;
	virtual void set(String^ value) sealed = IBindingListView::Filter::set;
}

Property Value

Type: System::String^

For a description of this member, see IBindingListView::Filter.

This member is an explicit interface member implementation. It can be used only when the DataView instance is cast to an IBindingListView interface.

.NET Framework
Available since 2.0
Return to top
Show: