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 物件。

適用於

另請參閱