Provides a simple way to create and manage the contents of connection strings used by the SphinxQLConnection class.

Namespace: Gronewold.SphinxConnector.SphinxQL
Assembly: Gronewold.SphinxConnector (in Gronewold.SphinxConnector.dll) Version: 2.7.0.3011 (2.7.0.3011)

Syntax

C#
public class SphinxQLConnectionStringBuilder : DbConnectionStringBuilder
Visual Basic
Public Class SphinxQLConnectionStringBuilder _
	Inherits DbConnectionStringBuilder

Inheritance Hierarchy

System..::..Object
  System.Data.Common..::..DbConnectionStringBuilder
    Gronewold.SphinxConnector.SphinxQL..::..SphinxQLConnectionStringBuilder

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also