Sql.Net Class Library Documentation

SqlConstantCollection Constructor

Initializes a new empty instance of the SqlConstantCollection class.

Overload List

Initializes a new empty instance of the SqlConstantCollection class.

public SqlConstantCollection();

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

public SqlConstantCollection(SqlConstant[]);

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

public SqlConstantCollection(SqlConstantCollection);

Initializes a new empty instance of the SqlConstantCollection class with the specified initial capacity

public SqlConstantCollection(int);

See Also

SqlConstantCollection Class | Reeb.SqlOM Namespace