ProjectDB.NewDataRowsAsync Method

Pre create new rows from a table async
Public Function NewDataRowsAsync( _ 
ByVal tableName As String, _ 
ByVal count As Integer
) As Task(Of DataRow[])
This language is not supported or no code example is available.
public Task<DataRow[]> NewDataRowsAsync( 
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

Task<DataRow[]>

Array of rows

.NET Framework

Supported in: 4.8

In this article

Definition