CachedResultset Constructor |
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public CachedResultset(
List<string> columnNames,
DataTable schemaTable
)
Public Sub New (
columnNames As List(Of String),
schemaTable As DataTable
)
Parameters
- columnNames
- Type: System.Collections.GenericListString
The column names. - schemaTable
- Type: System.DataDataTable
The schema table.
Exceptions See Also