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