Sql.Net Class Library Documentation

SelectColumnCollection.Remove Method 

Removes the first occurrence of a specific SelectColumn from this SelectColumnCollection.

public virtual void Remove(
   SelectColumn value
);

Parameters

value
The SelectColumn value to remove from this SelectColumnCollection.

See Also

SelectColumnCollection Class | Reeb.SqlOM Namespace