Click or drag to resize

MemoryBufferTableNewRow 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
public IBufferRow NewRow(
	Guid newRowId
)

Parameters

newRowId
Type: SystemGuid
The desired new row id.

Return Value

Type: IBufferRow
The newly created row.

Implements

IBufferTableNewRow(Guid)
See Also