Click or drag to resize

DataTableTypeExtendedTAddRow Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds new row into the table

Namespace:  imbSCI.DataComplex.tables
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public void AddRow(
	T input
)
Request Example View Source

Parameters

input
Type: T
The input.
See Also