DataView Constructor

 

Initializes a new instance of the DataView class.

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

NameDescription
System_CAPS_pubmethodDataView()

Initializes a new instance of the DataView class.

System_CAPS_pubmethodDataView(DataTable^)

Initializes a new instance of the DataView class with the specified DataTable.

System_CAPS_pubmethodDataView(DataTable^, String^, String^, DataViewRowState)

Initializes a new instance of the DataView class with the specified DataTable, RowFilter, Sort, and DataViewRowState.

Return to top
Show: