Click or drag to resize
CachedResultsetDataReaderGetValues Method
Gets all attribute columns in the collection for the current row.

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 override int GetValues(
	Object[] values
)

Parameters

values
Type: SystemObject
An array of Object into which to copy the attribute columns.

Return Value

Type: Int32
The number of instances of Object in the array.

Implements

IDataRecordGetValues(Object)
See Also