| CachedResultset Constructor  | 
  
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic 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