Adds the elements of an array to the end of this SelectColumnCollection.
Adds the elements of an array to the end of this SelectColumnCollection.
public virtual void AddRange(SelectColumn[]);
Adds the elements of another SelectColumnCollection to the end of this SelectColumnCollection.
public virtual void AddRange(SelectColumnCollection);
SelectColumnCollection Class | Reeb.SqlOM Namespace