CqlParameter Constructor (String, Object) | 
 
            Initializes a new instance of the 
CqlParameter class.
            The type of the parameter will be guessed from the value.
            
 
    Namespace: 
   Dse.Data
    Assembly:
   Dse (in Dse.dll) Version: 2.6.0
Syntaxpublic CqlParameter(
	string name,
	Object value
)
Parameters
- name
 - Type: SystemString
The name. - value
 - Type: SystemObject
The value. 
See Also