Sql.Net Class Library Documentation

SelectColumnCollection.Insert Method 

Inserts an element into the SelectColumnCollection at the specified index

public virtual void Insert(
   int index,
   SelectColumn value
);

Parameters

index
The index at which the SelectColumn is to be inserted.
value
The SelectColumn to insert.

See Also

SelectColumnCollection Class | Reeb.SqlOM Namespace