Click or drag to resize

ReferenceRowProvider Constructor

Initializes a new instance of the ReferenceRowProvider class.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public ReferenceRowProvider(
	ObjectTransaction transaction,
	RowProvider referencingRow,
	IColumnDataAttribute referencingAttribute,
	string tableName
)

Parameters

transaction
Type: Aloe.SystemFrameworks.DomainObjectTransaction
The transaction.
referencingRow
Type: Aloe.SystemFrameworks.Domain.DataAccessRowProvider
The row, containing the reference.
referencingAttribute
Type: Aloe.SystemFrameworks.DomainIColumnDataAttribute
The column in the referencing row, which contains the Id of the referenced row.
tableName
Type: SystemString
Name of the table of the child row.
See Also