Click or drag to resize

IBufferTableFindRow Method

Finds and returns the row with the specified Id. Returns null if the row is not found.

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

Parameters

id
Type: SystemGuid
The Id of the row.
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 Id.
See Also