Sql.Net Class Library Documentation

SqlConstantCollection Constructor (SqlConstantCollection)

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

public SqlConstantCollection(
   SqlConstantCollection items
);

Parameters

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

See Also

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