DataViewManager.CreateDataView(DataTable) メソッド

定義

指定した DataTable に対して DataView を作成します。

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 オブジェクト。

適用対象

こちらもご覧ください