CqlParameterCollectionAdd Method | 
| Name | Description | |
|---|---|---|
| Add(Object) | 
            Adds the specified DbParameter object
            to the DbParameterCollection.
              (Overrides DbParameterCollectionAdd(Object).) | |
| Add(CqlParameter) | 
            Adds the specified parameter.
              | |
| Add(String, Object) | 
            Adds a new parameter with the specified name and value. The name will be
            parsed to extract table and keyspace information (if any). The parameter type
            will be guessed from the object value.
              |