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.0.0.0 (5.0.0)
Syntax
public CachedResultset(
	List<string> columnNames,
	DataTable schemaTable
)

Parameters

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