Sql.Net Class Library Documentation

SqlConstantCollection.Contains Method 

Determines whether a specfic SqlConstant value is in this SqlConstantCollection.

public virtual bool Contains(
   SqlConstant value
);

Parameters

value
The SqlConstant value to locate in this SqlConstantCollection.

Return Value

true if value is found in this SqlConstantCollection; false otherwise.

See Also

SqlConstantCollection Class | Reeb.SqlOM Namespace