CqlParameterCollectionContains Method (String) | 
 
            Indicates whether a DbParameter
            with the specified name exists in the collection.
            
 
    Namespace: 
   Cassandra.Data
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.11.0
Syntaxpublic override bool Contains(
	string value
)
Parameters
- value
 - Type: SystemString
            The name of the DbParameter 
            to look for in the collection.
             
Return Value
Type: 
Boolean
            true if the 
DbParameter is
            in the collection; otherwise false.
            
Implements
IDataParameterCollectionContains(String)
See Also