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.1.0.0 (5.1.0)
Syntax public void SetDbValues(
Object[] valuesFromReader
)
Public Sub SetDbValues (
valuesFromReader As Object()
)
Parameters
- valuesFromReader
- Type: SystemObject
The values from reader.
Exceptions See Also