Creates a new CQL instance from the CQL statement and parameters specified.
            
 
Namespace: Cassandra.MappingAssembly: Cassandra (in Cassandra.dll) Version: 3.6.0
Syntaxpublic static Cql New(
	string cql,
	params Object[] args
)
Parameters
- cql
 - Type: SystemString
 - args
 - Type: SystemObject
 
Return Value
Type: 
Cql
See Also