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