Click or drag to resize

SphinxQLConnection Properties

The SphinxQLConnection type exposes the following members.

Properties
 NameDescription
Public propertyConnectionString Gets or sets the string used to open the connection.
(Overrides DbConnectionConnectionString)
Public propertyConnectionTimeout Gets the time (in seconds) to wait while establishing a connection before terminating the attempt and generating an error.
(Overrides DbConnectionConnectionTimeout)
Public propertyContainerGets the IContainer that contains the Component.
(Inherited from Component)
Public propertyDatabase Always returns "Sphinx".
(Overrides DbConnectionDatabase)
Public propertyDataSource Gets the name of the Sphinx server to which to connect.
(Overrides DbConnectionDataSource)
Public propertyServerVersion Gets a string that represents the version of the server to which the object is connected.
(Overrides DbConnectionServerVersion)
Public propertySiteGets or sets the ISite of the Component.
(Inherited from Component)
Public propertyState Gets a string that describes the state of the connection.
(Overrides DbConnectionState)
Top
See Also