Click or drag to resize

SphinxQLConnectionGetSchema(String) Method

Returns schema information for the data source of this SphinxQLConnection using the specified string for the schema name. Not supported.

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

Parameters

collectionName  String
Specifies the name of the schema to return.

Return Value

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