Sql.Net Class Library Documentation

SelectColumnCollection Constructor (SelectColumn[])

Initializes a new instance of the SelectColumnCollection class, containing elements copied from an array.

public SelectColumnCollection(
   SelectColumn[] items
);

Parameters

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

See Also

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