The SphinxQLConnectionStringBuilder type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
SphinxQLConnectionStringBuilder()()()() |
Initializes a new instance of the SphinxQLConnectionStringBuilder class.
|
|
|
SphinxQLConnectionStringBuilder(String) |
Initializes a new instance of the SphinxQLConnectionStringBuilder class.
|
Methods
| Name | Description | |
|---|---|---|
|
|
Add |
Adds an entry with the specified key and value into the DbConnectionStringBuilder. (Inherited from DbConnectionStringBuilder.) |
|
|
Clear |
Clears the contents of the SphinxQLConnectionStringBuilder instance.
(Overrides DbConnectionStringBuilder..::..Clear()()()().) |
|
|
ContainsKey |
Determines whether the SphinxQLConnectionStringBuilder contains a specific key.
(Overrides DbConnectionStringBuilder..::..ContainsKey(String).) |
|
|
Equals | (Inherited from Object.) |
|
|
EquivalentTo |
Compares the connection information in this DbConnectionStringBuilder object with the connection information in the supplied object. (Inherited from DbConnectionStringBuilder.) |
|
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
|
GetType |
Gets the type of the current instance. (Inherited from Object.) |
|
|
Remove |
Removes the entry with the specified key from the SphinxQLConnectionStringBuilder instance.
(Overrides DbConnectionStringBuilder..::..Remove(String).) |
|
|
ShouldSerialize |
Indicates whether the specified key exists in this DbConnectionStringBuilder instance. (Inherited from DbConnectionStringBuilder.) |
|
|
ToString |
Returns the connection string associated with this DbConnectionStringBuilder. (Inherited from DbConnectionStringBuilder.) |
|
|
TryGetValue |
Retrieves a value corresponding to the supplied key from this DbConnectionStringBuilder. (Inherited from DbConnectionStringBuilder.) |
Properties
| Name | Description | |
|---|---|---|
|
|
BrowsableConnectionString |
Gets or sets a value that indicates whether the ConnectionString property is visible in Visual Studio designers. (Inherited from DbConnectionStringBuilder.) |
|
|
ConnectionString |
Gets or sets the connection string associated with the DbConnectionStringBuilder. (Inherited from DbConnectionStringBuilder.) |
|
|
ConnectionTimeout |
Gets or sets the connection timeout.
|
|
|
Count |
Gets the current number of keys that are contained within the ConnectionString property. (Inherited from DbConnectionStringBuilder.) |
|
|
Encoding |
Gets or sets the encoding that is used to send queries to and retrieve results from Sphinx.
Default is utf-8.
|
|
|
Enlist |
Gets or sets a value indicating whether connections should automatically enlist in an ambient
Transaction. Default is true.
|
|
|
Host |
Gets or sets the host of the instance of Sphinx to connect to.
|
|
|
IsFixedSize |
Gets a value that indicates whether the DbConnectionStringBuilder has a fixed size. (Inherited from DbConnectionStringBuilder.) |
|
|
IsReadOnly |
Gets a value that indicates whether the DbConnectionStringBuilder is read-only. (Inherited from DbConnectionStringBuilder.) |
|
|
Item |
Gets or sets the Object with the specified keyword.
(Overrides DbConnectionStringBuilder..::..Item[([( String])]) .) |
|
|
Keys |
Gets an ICollection that contains the keys in the SphinxQLConnectionStringBuilder.
(Overrides DbConnectionStringBuilder..::..Keys.) |
|
|
MaxPoolSize |
Gets or sets the maximum number of connections allowed in the connection pool for this specific connection string.
|
|
|
MinPoolSize |
Gets or sets the minimum number of connections allowed in the connection pool for this specific connection string.
|
|
|
PoolingEnabled |
Gets or sets a Boolean value that indicates whether the connection will be pooled
or explicitly opened every time that the connection is requested.
|
|
|
Port |
Gets or sets the port to connect to.
|
|
|
ResultEncoding | Obsolete. |
|
|
SupportsPing |
Gets or sets a value indicating whether the version of Sphinx to connect to supports the ping command.
|
|
|
Values |
Gets an ICollection that contains the values in the DbConnectionStringBuilder. (Inherited from DbConnectionStringBuilder.) |