Click or drag to resize

CqlNew Method (String, Object)

Creates a new CQL instance from the CQL statement and parameters specified.

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

Parameters

cql
Type: SystemString
args
Type: SystemObject

Return Value

Type: Cql
See Also