DataView Constructor (DataTable^, String^, String^, DataViewRowState)
.NET Framework (current version)
Initializes a new instance of the DataView class with the specified DataTable, RowFilter, Sort, and DataViewRowState.
Assembly: System.Data (in System.Data.dll)
public:
DataView(
DataTable^ table,
String^ RowFilter,
String^ Sort,
DataViewRowState RowState
)
Parameters
- table
- Type: System.Data::DataTable^
- RowFilter
- Type: System::String^
- Sort
- Type: System::String^
- RowState
-
Type:
System.Data::DataViewRowState
A DataViewRowState to apply to the DataView.
.NET Framework
Available since 1.1
Available since 1.1
Show: