Click or drag to resize

IBufferTableNewRow Method

Creates a new row with the specified id and returns it.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
IBufferRow NewRow(
	Guid newRowId
)

Parameters

newRowId
Type: SystemGuid
The desired id of the new row.

Return Value

Type: IBufferRow
The newly created row.
See Also