DataRow(DataRowBuilder) Konstruktor

Definice

Inicializuje novou instanci DataRow třídy pomocí zadaného tvůrce. Pouze pro interní použití.

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)

Parametry

builder
DataRowBuilder

Tvůrce, který obsahuje tabulku a záznam pro nový řádek.

Platí pro