Click or drag to resize
CqlCommandCommandText Property
Gets or sets the text command to run against the data source.

Namespace: Dse.Data
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
public override string CommandText { get; set; }

Return Value

Type: String
The text command to execute. The default value is an empty string ("").

Implements

IDbCommandCommandText
See Also