DataViewManager.CreateDataView(DataTable) 方法

定义

为指定的 DataView.创建一个 DataTable

public:
 System::Data::DataView ^ CreateDataView(System::Data::DataTable ^ table);
public System.Data.DataView CreateDataView(System.Data.DataTable table);
member this.CreateDataView : System.Data.DataTable -> System.Data.DataView
Public Function CreateDataView (table As DataTable) As DataView

参数

table
DataTable

要使用的DataTable名称DataView

返回

DataView 对象。

适用于

另请参阅