Initializes a new empty instance of the SelectColumnCollection class.
Initializes a new empty instance of the SelectColumnCollection class.
public SelectColumnCollection();
Initializes a new instance of the SelectColumnCollection class, containing elements copied from an array.
public SelectColumnCollection(SelectColumn[]);
Initializes a new instance of the SelectColumnCollection class, containing elements copied from another instance of SelectColumnCollection
public SelectColumnCollection(SelectColumnCollection);
SelectColumnCollection Class | Reeb.SqlOM Namespace