Sql.Net Class Library Documentation

SelectColumnCollection.Add Method 

Adds an instance of type SelectColumn to the end of this SelectColumnCollection.

public virtual void Add(
   SelectColumn value
);

Parameters

value
The SelectColumn to be added to the end of this SelectColumnCollection.

See Also

SelectColumnCollection Class | Reeb.SqlOM Namespace