Sql.Net Class Library Documentation

SqlConstantCollection.Remove Method 

Removes the first occurrence of a specific SqlConstant from this SqlConstantCollection.

public virtual void Remove(
   SqlConstant value
);

Parameters

value
The SqlConstant value to remove from this SqlConstantCollection.

See Also

SqlConstantCollection Class | Reeb.SqlOM Namespace