Click or drag to resize
SphinxQLConnectionGetSchema Method
Returns schema information for the data source of this SphinxQLConnection. Not supported.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public override DataTable GetSchema()

Return Value

Type: DataTable
A DataTable that contains schema information.
Exceptions
ExceptionCondition
NotSupportedException
See Also