Click or drag to resize

IBufferTableAddRow Method

Adds the row to the rows collection.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
IBufferRow AddRow(
	IBufferRow row
)

Parameters

row
Type: Aloe.SystemFrameworks.Domain.DataAccessIBufferRow
The row to add.

Return Value

Type: IBufferRow
The added row.
See Also