SphinxQLDataReaderGetSchemaTable Method

Returns a DataTable that describes the column metadata of the SphinxQLDataReader.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override DataTable GetSchemaTable()

Return Value

DataTable
A DataTable that describes the column metadata.

Implements

IDataReaderGetSchemaTable

See Also