SphinxQLDataSource Class

Represents a data source that can be used to obtain open connections, and against which commands can be executed directly.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public class SphinxQLDataSource : DbDataSource
Inheritance
Object    DbDataSource    SphinxQLDataSource

Constructors

SphinxQLDataSource Initializes a new instance of the SphinxQLDataSource class.

Properties

ConnectionString Gets the connection string of this instance.
(Overrides DbDataSourceConnectionString)

Methods

CreateBatchReturns a DbBatch that's ready for execution against the DbDataSource.
(Inherited from DbDataSource)
CreateCommandReturns a DbCommand that's ready for execution against the DbDataSource.
(Inherited from DbDataSource)
CreateConnection Returns a new, closed connection.
DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.
(Inherited from DbDataSource)
DisposeAsyncPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.
(Inherited from DbDataSource)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
OpenConnection Returns a new, open connection.
OpenConnectionAsync Asynchronously returns a new, open connection.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also