DataViewManager.CreateDataView(DataTable) メソッド

定義

指定したDataViewDataTableを作成します。

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

DataViewで使用するDataTableの名前。

返品

DataView オブジェクト。

適用対象

こちらもご覧ください