Click or drag to resize

MemoryBufferTableFindRow Method

Finds and returns the row with the specified primary key.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public IBufferRow FindRow(
	Guid id,
	bool includeDeletedRows = false
)

Parameters

id
Type: SystemGuid
The primary key value.
includeDeletedRows (Optional)
Type: SystemBoolean
if set to true include deleted rows.

Return Value

Type: IBufferRow
The found row or null if no row matches the given primary key value.

Implements

IBufferTableFindRow(Guid, Boolean)
See Also