Sphinx QLData Source 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
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public class SphinxQLDataSource : DbDataSourceVB
Public Class SphinxQLDataSource
Inherits 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
| CreateBatch | Returns a DbBatch that's ready for execution against the DbDataSource. (Inherited from DbDataSource) |
| CreateCommand | Returns a DbCommand that's ready for execution against the DbDataSource. (Inherited from DbDataSource) |
| CreateConnection | Returns a new, closed connection. |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously. (Inherited from DbDataSource) |
| DisposeAsync | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously. (Inherited from DbDataSource) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| OpenConnection | Returns a new, open connection. |
| OpenConnectionAsync | Asynchronously returns a new, open connection. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |