Click or drag to resize
Cql Constructor
Creates a new Cql instance using the CQL string and bind variable values specified.

Namespace: Cassandra.Mapping
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public Cql(
	string cql,
	params Object[] args
)

Parameters

cql
Type: SystemString
args
Type: SystemObject
See Also