Click or drag to resize

SphinxQLCommandCommandText Property

Gets or sets the command text to execute.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public override string CommandText { get; set; }

Property Value

String

Return Value

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

Implements

IDbCommandCommandText
See Also