Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public void SetDbValues(
	Object[] valuesFromReader
)

Parameters

valuesFromReader
Type: SystemObject
The values from reader.
Exceptions
ExceptionCondition
ArgumentNullExceptionvaluesFromReader
InvalidOperationException
See Also