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
| Exception | Condition |
|---|---|
| ArgumentNullException | dataTable is nullNothingnullptr. |
| DimensionMismatchException | The number of rows in dataTable is different from the number of observations in existing members of the collection. |