CachedResultsetDataReaderGetValues Method |
Gets all attribute columns in the collection for the current row.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public override int GetValues(
Object[] values
)
Public Overrides Function GetValues (
values As Object()
) As Integer
Parameters
- values
- Type: SystemObject
An array of Object into which to copy the attribute columns.
Return Value
Type:
Int32
The number of instances of
Object in the array.
Implements
IDataRecordGetValues(Object)See Also