Click or drag to resize
CachedResultset Constructor
Initializes a new instance of the CachedResultset class.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public CachedResultset(
	List<string> columnNames,
	List<Type> typePerOrdinal,
	DataTable schemaTable
)

Parameters

columnNames
Type: System.Collections.GenericListString
The column names.
typePerOrdinal
Type: System.Collections.GenericListType
The type per ordinal.
schemaTable
Type: System.DataDataTable
The schema table.
Exceptions
ExceptionCondition
ArgumentExceptionColumn names is null / empty
See Also