Click or drag to resize

Cql Constructor

Creates a new Cql instance using the CQL string and bind variable values specified.

Namespace:  Dse.Mapping
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public Cql(
	string cql,
	params Object[] args
)

Parameters

cql
Type: SystemString
args
Type: SystemObject
See Also