Click or drag to resize
CachedResultset Class
Class which represents a cached resultset. A cached resultset is a list of object arrays and a number indicating the number of columns in the resultset. The object arrays are objects read from a datareader and can be used with a wrapping reader as if it's read from the DB. All values, including byte arrays are considered value types and are shared among all objects which are receiving the values.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ORMSupportClassesCachedResultset

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
[SerializableAttribute]
public class CachedResultset

The CachedResultset type exposes the following members.

Constructors
  NameDescription
Public methodCachedResultset
Initializes a new instance of the CachedResultset class.
Top
Properties
  NameDescription
Public propertyCachedRows
Gets the cached rows.
Public propertyColumnNames
Gets the column names.
Public propertyNumberOfColumns
Gets the number of columns.
Public propertySchemaTable
Gets the schema table.
Public propertyTypePerOrdinal
Gets the .NET type per ordinal list, where the ordinal is the index in the returned list. Can be null, in which case no type info is available.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also