Sql.Net Class Library Documentation

SqlConstantCollection Constructor (SqlConstant[])

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

public SqlConstantCollection(
   SqlConstant[] items
);

Parameters

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

See Also

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