Click or drag to resize

SphinxQLConnectionStringBuilder Properties

The SphinxQLConnectionStringBuilder type exposes the following members.

Properties
  NameDescription
Public propertyBrowsableConnectionString
Gets or sets a value that indicates whether the ConnectionString property is visible in Visual Studio designers.
(Inherited from DbConnectionStringBuilder.)
Public propertyConnectionString
Gets or sets the connection string associated with the DbConnectionStringBuilder.
(Inherited from DbConnectionStringBuilder.)
Public propertyConnectionTimeout
Gets or sets the connection timeout.
Public propertyCount
Gets the current number of keys that are contained within the ConnectionString property.
(Inherited from DbConnectionStringBuilder.)
Public propertyEncoding
Gets or sets the encoding that is used to send queries to and retrieve results from Sphinx. Default is utf-8.
Public propertyEnlist
Gets or sets a value indicating whether connections should automatically enlist in an ambient Transaction. Default is true.
Public propertyHost
Gets or sets the host of the instance of Sphinx to connect to.
Public propertyIsFixedSize
Gets a value that indicates whether the DbConnectionStringBuilder has a fixed size.
(Inherited from DbConnectionStringBuilder.)
Public propertyIsReadOnly
Gets a value that indicates whether the DbConnectionStringBuilder is read-only.
(Inherited from DbConnectionStringBuilder.)
Public propertyItem
Gets or sets the Object with the specified keyword.
(Overrides DbConnectionStringBuilderItemString.)
Public propertyKeys
Gets an ICollection that contains the keys in the SphinxQLConnectionStringBuilder.
(Overrides DbConnectionStringBuilderKeys.)
Public propertyMaxPoolSize
Gets or sets the maximum number of connections allowed in the connection pool for this specific connection string.
Public propertyMinPoolSize
Gets or sets the minimum number of connections allowed in the connection pool for this specific connection string.
Public propertyPoolingEnabled
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 propertyPort
Gets or sets the port to connect to.
Public propertySocketReceiveBufferSize
Gets or sets the receive buffer size for the socket connecting to searchd. Default is null, which uses the default value for the platform.
Public propertySocketSendBufferSize
Gets or sets the send buffer size for the socket connecting to searchd. Default is null, which uses the default value for the platform.
Public propertyTcpNoDelay
Gets or sets whether to disable Nagle's algorithm for the socket connecting to searchd. Default is false.
Public propertyValues
Gets an ICollection that contains the values in the DbConnectionStringBuilder.
(Inherited from DbConnectionStringBuilder.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyICollectionIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from DbConnectionStringBuilder.)
Explicit interface implementationPrivate propertyIDictionaryItem
Gets or sets the element with the specified key.
(Inherited from DbConnectionStringBuilder.)
Explicit interface implementationPrivate propertyICollectionSyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from DbConnectionStringBuilder.)
Top
See Also