SphinxQLConnectionGetSchema(String, String) Method

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

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override DataTable GetSchema(
	string collectionName,
	string[] restrictionValues
)

Parameters

collectionName  String
Specifies the name of the schema to return.
restrictionValues  String
Specifies a set of restriction values for the requested schema.

Return Value

DataTable
A DataTable that contains schema information.

Exceptions

See Also