Sphinx QLConnectionGet Schema(String) Method
Returns schema information for the data source of this SphinxQLConnection using the specified string for the schema name.
Not supported.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
A DataTable that contains schema information.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override DataTable GetSchema(
string collectionName
)VB
Public Overrides Function GetSchema (
collectionName As String
) As DataTableParameters
- collectionName String
- Specifies the name of the schema to return.
Return Value
DataTableA DataTable that contains schema information.