Name | Description | |
---|---|---|
![]() | ConnectionLifetime | Gets or sets time span in seconds for connection to live. |
![]() | ConnectionString | Gets connection string based on values of UniConnectionStringBuilder properties. |
![]() | Count | Gets the current number of keys that are contained within the System.Data.Common.DbConnectionStringBuilder.ConnectionString property. (Inherited from System.Data.Common.DbConnectionStringBuilder) |
![]() | Database | Gets or sets the name of the database to which to connect. |
![]() | DataSource | Gets or sets the data source to which to connect. |
![]() | InitializationCommand | Specifies a data source-specific command that should be executed immediately after establishing the connection. (Inherited from Devart.Common.DbConnectionStringBuilder) |
![]() | IsFixedSize | Gets a value that indicates whether the System.Data.Common.DbConnectionStringBuilder has a fixed size. (Inherited from System.Data.Common.DbConnectionStringBuilder) |
![]() | IsReadOnly | Gets a value that indicates whether the System.Data.Common.DbConnectionStringBuilder is read-only. (Inherited from System.Data.Common.DbConnectionStringBuilder) |
![]() | Item | Overridden. Returns the value of given key. |
![]() | Keys | Overridden. Collection of keys in the UniConnectionStringBuilder. |
![]() | MaxPoolSize | The maximum number of connections allowed in the pool. |
![]() | MinPoolSize | The minimum number of connections allowed in the pool. |
![]() | Password | Gets or sets the user's password to connect. |
![]() | Pooling | Gets or sets pooling mode. |
![]() | Port | Gets or sets the port to which to connect. |
![]() | Provider | Gets or sets the name of the ADO.NET data provider used to access actual data. |
![]() | RunOnceCommand | Specifies 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) |
![]() | UserId | Gets or sets the name of the user to connect. |
![]() | Values | Overridden. Collection of values in the UniConnectionStringBuilder. |