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
SyntaxIBufferRow AddRow(
IBufferRow row
)
Function AddRow (
row As IBufferRow
) As IBufferRow
IBufferRow^ AddRow(
IBufferRow^ row
)
abstract AddRow :
row : IBufferRow -> IBufferRow
Parameters
- row
- Type: Aloe.SystemFrameworks.Domain.DataAccessIBufferRow
The row to add.
Return Value
Type:
IBufferRowThe added row.
See Also