dotConnect for Adobe Commerce Documentation
Devart.Data.Magento Namespace / MagentoConnectionStringBuilder Class

MagentoConnectionStringBuilder Class Properties

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

Public Properties
 NameDescription
Public Property  
Public PropertyGets or sets the automatically generated key that is used for connecting to Adobe Commerce 1.x.  
Public Property  
Public PropertyGets or sets time span in seconds for connection to live. (Inherited from Devart.Data.SqlShimConnectionStringBuilder)
Public Property (Inherited from System.Data.Common.DbConnectionStringBuilder)
Public PropertyGets or sets the time to wait while trying to establish a connection before terminating the attempt and generating an error. (Inherited from Devart.Data.SqlShimConnectionStringBuilder)
Public Property (Inherited from System.Data.Common.DbConnectionStringBuilder)
Public PropertyGets or sets the time in seconds to wait while trying to execute a command before terminating the attempt and generating an error. (Inherited from Devart.Data.SqlShimConnectionStringBuilder)
Public PropertyGets or sets the address of an Adobe Commerce store to connect to.  
Public PropertyGets or sets the number of retry attempts to re-run a command in case when the command failed because of an exception, that indicates that the reason of the failure may be temporary. (Inherited from Devart.Data.SqlShimConnectionStringBuilder)
Public PropertySpecifies a data source-specific command that should be executed immediately after establishing the connection. (Inherited from Devart.Common.DbConnectionStringBuilder)
Public PropertyReturns true. (Inherited from Devart.Data.SqlShimConnectionStringBuilder)
Public Property (Inherited from System.Data.Common.DbConnectionStringBuilder)
Public PropertyReturns the value of given key. (Inherited from Devart.Data.SqlShimConnectionStringBuilder)
Public PropertyCollection of keys in the Devart.Data.SqlShimConnectionStringBuilder. (Inherited from Devart.Data.SqlShimConnectionStringBuilder)
Public PropertyDetermines whether to use local SQL engine for SELECT queries, that are too complex to translate them directly to Adobe Commerce API calls or to throw an exception. (Inherited from Devart.Data.SqlShimConnectionStringBuilder)
Public PropertyThe maximum number of connections allowed in the pool. (Inherited from Devart.Data.SqlShimConnectionStringBuilder)
Public PropertyThe minimum number of connections allowed in the pool. (Inherited from Devart.Data.SqlShimConnectionStringBuilder)
Public Property (Inherited from Devart.Data.SqlShimConnectionStringBuilder)
Public PropertyGets or sets the password for connecting to Adobe Commerce 2.0.  
Public PropertyGets or sets a value indicating whether password is stored in connection string after connection is opened. (Inherited from Devart.Data.SqlShimConnectionStringBuilder)
Public PropertyGets or sets pooling mode. (Inherited from Devart.Data.SqlShimConnectionStringBuilder)
Public PropertyGets or sets the host name or IP address of the proxy server to which to connect. (Inherited from Devart.Data.SqlShimConnectionStringBuilder)
Public PropertyGets or sets the password for the proxy server account. (Inherited from Devart.Data.SqlShimConnectionStringBuilder)
Public PropertyGets or sets the port number of the proxy server. (Inherited from Devart.Data.SqlShimConnectionStringBuilder)
Public PropertyGets or sets the proxy server account name. (Inherited from Devart.Data.SqlShimConnectionStringBuilder)
Public PropertyGets or sets a value indicating whether the connection is read-only (allows only SELECT statements). (Inherited from Devart.Data.SqlShimConnectionStringBuilder)
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 PropertyDetermines the version of Adobe Commerce to connect to: 1.x or 2.0.  
Public Property  
Public PropertyGets or sets the location to store OAuth 2.0 refresh tokens between sessions. This parameter is applicable only for some of the data sources that use OAuth 2.0. It is not used in dotConnect for Adobe Commerce. (Inherited from Devart.Data.SqlShimConnectionStringBuilder)
Public PropertyGets or sets the user name to login with.  
Public Property (Inherited from Devart.Data.SqlShimConnectionStringBuilder)
Public PropertyIndicates whether all the datetime values retrieved from the data source are returned as UTC values or converted to local time, and whether date values, specified on the application side (for example, in SQL statements) are considered UTC or local. (Inherited from Devart.Data.SqlShimConnectionStringBuilder)
Public PropertyCollection of values in the Devart.Data.SqlShimConnectionStringBuilder. (Inherited from Devart.Data.SqlShimConnectionStringBuilder)
Top
See Also