Sphinx QLCommandCommand Text Property
Gets or sets the command text to execute.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
The command text to execute. The default value is an empty string ("").
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override string CommandText { get; set; }VB
Public Overrides Property CommandText As String
Get
SetProperty Value
StringReturn Value
StringThe command text to execute. The default value is an empty string ("").