Creates a new Cql instance using the CQL string and bind variable values specified.
            
 
Namespace: Dse.MappingAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntaxpublic Cql(
	string cql,
	params Object[] args
)
Parameters
- cql
 - Type: SystemString
 - args
 - Type: SystemObject
 
See Also