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

UniConnectionStringBuilder Class Properties

For a list of all members of this type, see UniConnectionStringBuilder members.

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 PropertyGets the current number of keys that are contained within the System.Data.Common.DbConnectionStringBuilder.ConnectionString 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 PropertyGets a value that indicates whether the System.Data.Common.DbConnectionStringBuilder has a fixed size. (Inherited from System.Data.Common.DbConnectionStringBuilder)
Public PropertyGets a value that indicates whether the System.Data.Common.DbConnectionStringBuilder is read-only. (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
See Also