Sql.Net Class Library Documentation

SelectColumnCollection.AddRange Method (SelectColumnCollection)

Adds the elements of another SelectColumnCollection to the end of this SelectColumnCollection.

public virtual void AddRange(
   SelectColumnCollection items
);

Parameters

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

See Also

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