LoadByIdRowProvider Constructor |
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic LoadByIdRowProvider(
IBufferTable table,
Guid id
)
Public Sub New (
table As IBufferTable,
id As Guid
)
public:
LoadByIdRowProvider(
IBufferTable^ table,
Guid^ id
)
new :
table : IBufferTable *
id : Guid -> LoadByIdRowProvider
Parameters
- table
- Type: Aloe.SystemFrameworks.Domain.DataAccessIBufferTable
The table. - id
- Type: SystemGuid
The identifier.
See Also