Sql.Net Class Library Documentation

SelectColumnCollection Constructor

Initializes a new empty instance of the SelectColumnCollection class.

Overload List

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

See Also

SelectColumnCollection Class | Reeb.SqlOM Namespace