Adds a group of variables to this VariableCollection.

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

Syntax

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

Parameters

dataTable (System.Data.DataTable)
A DataTable.

Exceptions

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