Pre create new rows from a table

Namespace: T.Toolkit
Assembly: T.Toolkit (in T.Toolkit.dll)

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
Type: string

Table name

count
Type: int

Count of rows to create

Return Value

Type: DataRow[]

Array of rows

.NET Framework

Supported in: 4.6.2, 4.7