Lezen in het Engels Bewerken

Delen via


DataRow(DataRowBuilder) Constructor

Definition

Initializes a new instance of the DataRow class using the specified builder. Only for internal usage.

C#
protected internal DataRow(System.Data.DataRowBuilder builder);

Parameters

builder
DataRowBuilder

The builder that contains the table and record for the new row.

Applies to