| CqlParameterCollectionAdd Method (Object) | 
            Adds the specified DbParameter object
            to the DbParameterCollection.
            
 
Namespace: Dse.DataAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntaxpublic override int Add(
	Object value
)
Parameters
- value
 - Type: SystemObject
            The Value
            of the DbParameter to add to the collection.
             
Return Value
Type: 
Int32
            The index of the 
DbParameter object in the collection. 
            
Implements
IListAdd(Object)
See Also