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