ProjectDB.NewDataRows Method

Pre create new rows from a table
Public Function NewDataRows( _ 
ByVal tableName As String, _ 
ByVal count As Integer
) As DataRow()
This language is not supported or no code example is available.
public DataRow[] NewDataRows( 
string tableName
int count 
)
This language is not supported or no code example is available.

Parameters

tableName
string

Table name

count
int

Count of rows to create

Return Value

DataRow[]

Array of rows

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition