 | SphinxQLCommandCommandText Property |
Gets or sets the command text to execute.
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic override string CommandText { get; set; }
Public Overrides Property CommandText As String
Get
Set
Property Value
Type:
StringReturn Value
Type:
String
The command text to execute. The default value is an empty string ("").
Implements
IDbCommandCommandText
See Also