Name | Description | |
---|---|---|
![]() | UniConnectionStringBuilder Constructor | Overloaded. Initializes a new instance of the UniConnectionStringBuilder class. |
The following tables list the members exposed by UniConnectionStringBuilder.
Name | Description | |
---|---|---|
![]() | UniConnectionStringBuilder Constructor | Overloaded. Initializes a new instance of the UniConnectionStringBuilder class. |
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. |
Name | Description | |
---|---|---|
![]() | Add | Adds an entry with the specified key and value into the System.Data.Common.DbConnectionStringBuilder. (Inherited from System.Data.Common.DbConnectionStringBuilder) |
![]() | Clear | Overridden. Sets all UniConnectionStringBuilder properties to default values. |
![]() | ContainsKey | Overridden. Indicates whether specified key is set in the UniConnectionStringBuilder object. |
![]() | EquivalentTo | Overloaded. Returns a value indicating whether this UniConnectionStringBuilder object has same parameters as given DbConnectionStringBuilder object. (Inherited from Devart.Common.DbConnectionStringBuilder) |
![]() | GetNativeConnectionString | Gets the connection string that will be passed to the corresponding Provider. |
![]() | Remove | Overridden. Sets value of the specified key to default. |
![]() | ShouldSerialize | Overridden. Determines whether the key will be serialized if required. |
![]() | ToString | Overridden. Returns value of ConnectionString property. |
![]() | TryGetValue | Retrieves a value corresponding to the supplied key from this System.Data.Common.DbConnectionStringBuilder. (Inherited from System.Data.Common.DbConnectionStringBuilder) |