Sql.Net Class Library Documentation

SelectColumnCollection Constructor (SelectColumnCollection)

Initializes a new instance of the SelectColumnCollection class, containing elements copied from another instance of SelectColumnCollection

public SelectColumnCollection(
   SelectColumnCollection items
);

Parameters

items
The SelectColumnCollection whose elements are to be added to the new SelectColumnCollection.

See Also

SelectColumnCollection Class | Reeb.SqlOM Namespace | SelectColumnCollection Constructor Overload List