Click or drag to resize
ExtendedDbDataReaderGetValues Method
Populates an array of objects with the column values of the current row.

Namespace: CMS.DataEngine.Internal
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public override int GetValues(
	Object[] values
)

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