Sql.Net Class Library Documentation

SqlConstantCollection.Add Method (SqlConstant)

Adds an instance of type SqlConstant to the end of this SqlConstantCollection.

public virtual void Add(
   SqlConstant value
);

Parameters

value
The SqlConstant to be added to the end of this SqlConstantCollection.

See Also

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