Click or drag to resize

LoadByIdGetterRowProvider Constructor

Initializes a new instance of the LoadByIdGetterRowProvider class.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public LoadByIdGetterRowProvider(
	IBufferTable table,
	Func<Guid> getId
)

Parameters

table
Type: Aloe.SystemFrameworks.Domain.DataAccessIBufferTable
The table.
getId
Type: SystemFuncGuid
The identifier getter function.
See Also