Sql.Net Class Library Documentation

SelectColumnCollection.AddRange Method (SelectColumn[])

Adds the elements of an array to the end of this SelectColumnCollection.

public virtual void AddRange(
   SelectColumn[] items
);

Parameters

items
The array whose elements are to be added to the end of this SelectColumnCollection.

See Also

SelectColumnCollection Class | Reeb.SqlOM Namespace | SelectColumnCollection.AddRange Overload List