ProjectDB.NewDataRows Method
Pre create new rows from a table
<HTML5Disabled(true)> _
Public Function NewDataRows( _
ByVal tableName As String, _
ByVal count As Integer _
) As DataRow()
This language is not supported or no code example is available.
[HTML5Disabled(true)]
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.8