Adds a group of variables to this VariableCollection.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Sub AddRange ( _
	dataReader As IDataReader _
)
C#
public void AddRange (
	IDataReader dataReader
)
C++
public:
void AddRange (
	IDataReader^ dataReader
)

Parameters

dataReader (System.Data.IDataReader)
An object that implements IDataReader.

Exceptions

ExceptionCondition
ArgumentNullExceptiondataReader is nullNothingnullptr.
DimensionMismatchExceptionThe number of rows in dataReader is different from the number of observations in existing members of the collection.