 | SphinxQLConnectionGetSchema Method (String, String) |
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.
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic override DataTable GetSchema(
string collectionName,
string[] restrictionValues
)
Public Overrides Function GetSchema (
collectionName As String,
restrictionValues As String()
) As DataTable
Parameters
- collectionName
- Type: SystemString
Specifies the name of the schema to return. - restrictionValues
- Type: SystemString
Specifies a set of restriction values for the requested schema.
Return Value
Type:
DataTable
A
DataTable that contains schema information.
Exceptions
See Also