C1.DataConnector Assembly / C1.DataConnector Namespace / C1ConnectionStringBuilder Class
Properties Methods


C1ConnectionStringBuilder Class Members

The following tables list the members exposed by C1ConnectionStringBuilder.

Public Properties
 NameDescription
Public Property The connection string to the cache provider.  
Public PropertyThe path to the local database file used as cache. Default location is AppData/C1DataConnector.  
Public Property The name of the the cache provider.  
Public Property The cache expiration interval of time given in seconds. Default value is 600 seconds.  
Public PropertyThe connection string equivalence of this C1ConnectionStringBuilder.  
Public Property (Inherited from System.Data.Common.DbConnectionStringBuilder)
Public Property Specifies whether incremental caching is considered or not. Default is false/not.  
Public Property Specifies the name of the column used for storing the time of the last change of each row.  
Public Property (Inherited from System.Data.Common.DbConnectionStringBuilder)
Public Property (Inherited from System.Data.Common.DbConnectionStringBuilder)
Public PropertyOverridden.  Gets or sets the value associated with the specified key.  
Public PropertyOverridden. Gets an System.Collections.ICollection that contains the keys in the System.Data.Common.DbConnectionStringBuilder.  
Public Property The name of the log provider.  
Public Property Number of max log files. true or false value only.  
Public Property The limit size of log file.  
Public Property The maximum items returned per request to server.  
Public Property Specifies the maximum number of connections in the pool.  
Public Property Specifies whether or not accessing an invalid cached table should throw an exception or if the table will be refreshed. Default is false/not.  
Public Property  
Public Property  
Public Property  
Public Property  
Public Property  
Public Property Specifies whether caching is considered or not. Default is false/not.  
Public Property TSpecifies whether or not pooling is requested for a given connection. Default is true/yes.  
Public Property (Inherited from System.Data.Common.DbConnectionStringBuilder)
Public Property Verbosity level of log. number 1-5 only.  
Top
Protected Properties
 NameDescription
Protected Property The logger where the runtime messages are passed to.  
Top
Public Methods
Protected Methods
See Also