| ProjectionRowGetValues Method  | 
 
            Populates an array of objects with the column values of the current record. Copies the plain 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.1.0.0 (5.1.0)
Syntaxpublic int GetValues(
	Object[] values
)
Public Function GetValues ( 
	values As Object()
) As Integer
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