Sql.Net Class Library Documentation

SelectColumnCollection.AddRange Method

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

Overload List

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);

See Also

SelectColumnCollection Class | Reeb.SqlOM Namespace