 | SphinxQLConnectionGetSchema Method (String) |
Returns schema information for the data source of this
SphinxQLConnection using the specified string for the schema name.
Not supported.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic override DataTable GetSchema(
string collectionName
)
Public Overrides Function GetSchema (
collectionName As String
) As DataTable
Parameters
- collectionName
- Type: SystemString
Specifies the name of the schema to return.
Return Value
Type:
DataTable
A
DataTable that contains schema information.
Exceptions
See Also