ReferenceRowProvider Constructor |
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic ReferenceRowProvider(
ObjectTransaction transaction,
RowProvider referencingRow,
IColumnDataAttribute referencingAttribute,
string tableName
)
Public Sub New (
transaction As ObjectTransaction,
referencingRow As RowProvider,
referencingAttribute As IColumnDataAttribute,
tableName As String
)
public:
ReferenceRowProvider(
ObjectTransaction^ transaction,
RowProvider^ referencingRow,
IColumnDataAttribute^ referencingAttribute,
String^ tableName
)
new :
transaction : ObjectTransaction *
referencingRow : RowProvider *
referencingAttribute : IColumnDataAttribute *
tableName : string -> ReferenceRowProvider
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