MemoryBufferTable Constructor |
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic MemoryBufferTable(
string tableName,
IDataSource dataSource = null
)
Public Sub New (
tableName As String,
Optional dataSource As IDataSource = Nothing
)
public:
MemoryBufferTable(
String^ tableName,
IDataSource^ dataSource = nullptr
)
new :
tableName : string *
?dataSource : IDataSource
(* Defaults:
let _dataSource = defaultArg dataSource null
*)
-> MemoryBufferTable
Parameters
- tableName
- Type: SystemString
Name of the table. - dataSource (Optional)
- Type: Aloe.SystemFrameworks.Domain.DataAccessIDataSource
The data source, which will be used to load missing rows.
See Also