The SphinxQLConnectionStringBuilder type exposes the following members.

Constructors

  Name Description
Public method SphinxQLConnectionStringBuilder()()()()
Initializes a new instance of the SphinxQLConnectionStringBuilder class.
Public method SphinxQLConnectionStringBuilder(String)
Initializes a new instance of the SphinxQLConnectionStringBuilder class.

Methods

  Name Description
Public method Add
Adds an entry with the specified key and value into the DbConnectionStringBuilder.
(Inherited from DbConnectionStringBuilder.)
Public method Clear
Clears the contents of the SphinxQLConnectionStringBuilder instance.
(Overrides DbConnectionStringBuilder..::..Clear()()()().)
Public method ContainsKey
Determines whether the SphinxQLConnectionStringBuilder contains a specific key.
(Overrides DbConnectionStringBuilder..::..ContainsKey(String).)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method EquivalentTo
Compares the connection information in this DbConnectionStringBuilder object with the connection information in the supplied object.
(Inherited from DbConnectionStringBuilder.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the type of the current instance.
(Inherited from Object.)
Public method Remove
Removes the entry with the specified key from the SphinxQLConnectionStringBuilder instance.
(Overrides DbConnectionStringBuilder..::..Remove(String).)
Public method ShouldSerialize
Indicates whether the specified key exists in this DbConnectionStringBuilder instance.
(Inherited from DbConnectionStringBuilder.)
Public method ToString
Returns the connection string associated with this DbConnectionStringBuilder.
(Inherited from DbConnectionStringBuilder.)
Public method TryGetValue
Retrieves a value corresponding to the supplied key from this DbConnectionStringBuilder.
(Inherited from DbConnectionStringBuilder.)

Properties

  Name Description
Public property BrowsableConnectionString
Gets or sets a value that indicates whether the ConnectionString property is visible in Visual Studio designers.
(Inherited from DbConnectionStringBuilder.)
Public property ConnectionString
Gets or sets the connection string associated with the DbConnectionStringBuilder.
(Inherited from DbConnectionStringBuilder.)
Public property ConnectionTimeout
Gets or sets the connection timeout.
Public property Count
Gets the current number of keys that are contained within the ConnectionString property.
(Inherited from DbConnectionStringBuilder.)
Public property Encoding
Gets or sets the encoding that is used to send queries to and retrieve results from Sphinx. Default is utf-8.
Public property Enlist
Gets or sets a value indicating whether connections should automatically enlist in an ambient Transaction. Default is true.
Public property Host
Gets or sets the host of the instance of Sphinx to connect to.
Public property IsFixedSize
Gets a value that indicates whether the DbConnectionStringBuilder has a fixed size.
(Inherited from DbConnectionStringBuilder.)
Public property IsReadOnly
Gets a value that indicates whether the DbConnectionStringBuilder is read-only.
(Inherited from DbConnectionStringBuilder.)
Public property Item
Gets or sets the Object with the specified keyword.
(Overrides DbConnectionStringBuilder..::..Item[([( String])]) .)
Public property Keys
Gets an ICollection that contains the keys in the SphinxQLConnectionStringBuilder.
(Overrides DbConnectionStringBuilder..::..Keys.)
Public property MaxPoolSize
Gets or sets the maximum number of connections allowed in the connection pool for this specific connection string.
Public property MinPoolSize
Gets or sets the minimum number of connections allowed in the connection pool for this specific connection string.
Public property 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.
Public property Port
Gets or sets the port to connect to.
Public property ResultEncoding Obsolete.
Gets or sets the encoding that should be used for strings returned by Sphinx. Default is utf-9. This property is obsolete, please use Encoding. Note that setting this property is now equivalent to setting Encoding.
Public property SupportsPing
Gets or sets a value indicating whether the version of Sphinx to connect to supports the ping command.
Public property Values
Gets an ICollection that contains the values in the DbConnectionStringBuilder.
(Inherited from DbConnectionStringBuilder.)

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method IDictionary..::..Add (Inherited from DbConnectionStringBuilder.)
Explicit interface implemetation Private method IDictionary..::..Contains (Inherited from DbConnectionStringBuilder.)
Explicit interface implemetation Private method ICollection..::..CopyTo (Inherited from DbConnectionStringBuilder.)
Explicit interface implemetation Private method ICustomTypeDescriptor..::..GetAttributes (Inherited from DbConnectionStringBuilder.)
Explicit interface implemetation Private method ICustomTypeDescriptor..::..GetClassName (Inherited from DbConnectionStringBuilder.)
Explicit interface implemetation Private method ICustomTypeDescriptor..::..GetComponentName (Inherited from DbConnectionStringBuilder.)
Explicit interface implemetation Private method ICustomTypeDescriptor..::..GetConverter (Inherited from DbConnectionStringBuilder.)
Explicit interface implemetation Private method ICustomTypeDescriptor..::..GetDefaultEvent (Inherited from DbConnectionStringBuilder.)
Explicit interface implemetation Private method ICustomTypeDescriptor..::..GetDefaultProperty (Inherited from DbConnectionStringBuilder.)
Explicit interface implemetation Private method ICustomTypeDescriptor..::..GetEditor (Inherited from DbConnectionStringBuilder.)
Explicit interface implemetation Private method IEnumerable..::..GetEnumerator (Inherited from DbConnectionStringBuilder.)
Explicit interface implemetation Private method IDictionary..::..GetEnumerator (Inherited from DbConnectionStringBuilder.)
Explicit interface implemetation Private method ICustomTypeDescriptor..::..GetEvents()()()() (Inherited from DbConnectionStringBuilder.)
Explicit interface implemetation Private method ICustomTypeDescriptor..::..GetEvents(array<Attribute>[]()[][]) (Inherited from DbConnectionStringBuilder.)
Explicit interface implemetation Private method ICustomTypeDescriptor..::..GetProperties()()()() (Inherited from DbConnectionStringBuilder.)
Explicit interface implemetation Private method ICustomTypeDescriptor..::..GetProperties(array<Attribute>[]()[][]) (Inherited from DbConnectionStringBuilder.)
Explicit interface implemetation Private method ICustomTypeDescriptor..::..GetPropertyOwner (Inherited from DbConnectionStringBuilder.)
Explicit interface implemetation Private property ICollection..::..IsSynchronized (Inherited from DbConnectionStringBuilder.)
Explicit interface implemetation Private property IDictionary..::..Item (Inherited from DbConnectionStringBuilder.)
Explicit interface implemetation Private method IDictionary..::..Remove (Inherited from DbConnectionStringBuilder.)
Explicit interface implemetation Private property ICollection..::..SyncRoot (Inherited from DbConnectionStringBuilder.)

See Also