LoadByIdGetterRowProvider Constructor |
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic LoadByIdGetterRowProvider(
IBufferTable table,
Func<Guid> getId
)
Public Sub New (
table As IBufferTable,
getId As Func(Of Guid)
)
public:
LoadByIdGetterRowProvider(
IBufferTable^ table,
Func<Guid^>^ getId
)
new :
table : IBufferTable *
getId : Func<Guid> -> LoadByIdGetterRowProvider
Parameters
- table
- Type: Aloe.SystemFrameworks.Domain.DataAccessIBufferTable
The table. - getId
- Type: SystemFuncGuid
The identifier getter function.
See Also