DataRow(DataRowBuilder) 建構函式

定義

使用指定的建構器初始化 DataRow 類別的新實例。 只用於內部使用。

protected public:
 DataRow(System::Data::DataRowBuilder ^ builder);
protected internal DataRow(System.Data.DataRowBuilder builder);
new System.Data.DataRow : System.Data.DataRowBuilder -> System.Data.DataRow
Protected Friend Sub New (builder As DataRowBuilder)

參數

builder
DataRowBuilder

包含新資料列資料表和記錄的建構器。

適用於