Click or drag to resize

LoadByIdRowProvider Constructor

Initializes a new instance of the LoadByIdRowProvider class.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public LoadByIdRowProvider(
	IBufferTable table,
	Guid id
)

Parameters

table
Type: Aloe.SystemFrameworks.Domain.DataAccessIBufferTable
The table.
id
Type: SystemGuid
The identifier.
See Also