dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniConnectionStringBuilder Class
Properties Methods

In This Topic
    UniConnectionStringBuilder Class Members
    In This Topic

    The following tables list the members exposed by UniConnectionStringBuilder.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the UniConnectionStringBuilder class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets time span in seconds for connection to live.  
    Public PropertyGets connection string based on values of UniConnectionStringBuilder properties.  
    Public Property (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public PropertyGets or sets the name of the database to which to connect.  
    Public PropertyGets or sets the data source to which to connect.  
    Public PropertySpecifies a data source-specific command that should be executed immediately after establishing the connection. (Inherited from Devart.Common.DbConnectionStringBuilder)
    Public Property (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public Property (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public PropertyOverridden. Returns the value of given key.  
    Public PropertyOverridden. Collection of keys in the UniConnectionStringBuilder.  
    Public PropertyThe maximum number of connections allowed in the pool.  
    Public PropertyThe minimum number of connections allowed in the pool.  
    Public PropertyGets or sets the user's password to connect.  
    Public PropertyGets or sets pooling mode.  
    Public PropertyGets or sets the port to which to connect.  
    Public PropertyGets or sets the name of the ADO.NET data provider used to access actual data.  
    Public PropertySpecifies a data source-specific command that should be executed immediately after first establishing the connection. Unlike InitializationCommand, this command is not executed when a connection is taken from the pool. (Inherited from Devart.Common.DbConnectionStringBuilder)
    Public PropertyGets or sets the name of the user to connect.  
    Public PropertyOverridden. Collection of values in the UniConnectionStringBuilder.  
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public MethodOverridden. Sets all UniConnectionStringBuilder properties to default values.  
    Public MethodOverridden. Indicates whether specified key is set in the UniConnectionStringBuilder object.  
    Public MethodOverloaded. Returns a value indicating whether this UniConnectionStringBuilder object has same parameters as given DbConnectionStringBuilder object. (Inherited from Devart.Common.DbConnectionStringBuilder)
    Public MethodGets the connection string that will be passed to the corresponding Provider.  
    Public MethodOverridden. Sets value of the specified key to default.  
    Public MethodOverridden. Determines whether the key will be serialized if required.  
    Public MethodOverridden. Returns value of ConnectionString property.  
    Public Method (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Top
    See Also