VolatileEntityFieldsDataContainerSetDbValues Method  | 
 
            Sets the db values, read from the datareader.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic void SetDbValues(
	Object[] valuesFromReader
)
Public Sub SetDbValues ( 
	valuesFromReader As Object()
)
Parameters
- valuesFromReader
 - Type: SystemObject
The values from reader. 
Exceptions
See Also