| CqlCommandCommandText Property  | 
Gets or sets the text command to run against the data source.
 
Namespace: Cassandra.DataAssembly: Cassandra (in Cassandra.dll) Version: 3.6.0
Syntaxpublic override string CommandText { get; set; }Return Value
Type: 
StringThe text command to execute. The default value is an empty string ("").
Implements
IDbCommandCommandText
See Also