Click or drag to resize
ProjectionRowGetValues Method
Populates an array of objects with the column values of the current record. Copies the raw row as-is to the passed in array. It copies as much values as there are either in rawrow or how many they'll fit in values.

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

Parameters

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

Return Value

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