System.Data.DataView.DataView C# (CSharp) Method

DataView() public method

public DataView ( DataTable table, string RowFilter, string Sort, DataViewRowState RowState ) : System
table DataTable
RowFilter string
Sort string
RowState DataViewRowState
return System
		public DataView (DataTable table, string RowFilter,
			string Sort, DataViewRowState RowState)
			: this (table, null, RowFilter, Sort, RowState)
		{
		}

Same methods

DataView::DataView ( ) : System
DataView::DataView ( DataTable table ) : System
DataView::DataView ( DataTable table, DataViewManager manager ) : System
DataView::DataView ( DataTable table, DataViewManager manager, string RowFilter, string Sort, DataViewRowState RowState ) : System