Name | Description | |
---|---|---|
![]() | CacheConnection | The connection string to the cache provider. |
![]() | CacheLocation | The path to the local database file used as cache. Default location is AppData/C1DataConnector. |
![]() | CacheProvider | The name of the the cache provider. |
![]() | CacheTolerance | The cache expiration interval of time given in seconds. Default value is 600 seconds. |
![]() | ConnectionString | The connection string equivalence of this C1ConnectionStringBuilder. |
![]() | Count | (Inherited from System.Data.Common.DbConnectionStringBuilder) |
![]() | IncrementalUpdate | Specifies whether incremental caching is considered or not. Default is false/not. |
![]() | IncrementalUpdateColumn | Specifies the name of the column used for storing the time of the last change of each row. |
![]() | IsFixedSize | (Inherited from System.Data.Common.DbConnectionStringBuilder) |
![]() | IsReadOnly | (Inherited from System.Data.Common.DbConnectionStringBuilder) |
![]() | Item | Overridden. Gets or sets the value associated with the specified key. |
![]() | Keys | Overridden. Gets an System.Collections.ICollection that contains the keys in the System.Data.Common.DbConnectionStringBuilder. |
![]() | LogFile | The name of the log provider. |
![]() | LogFileCount | Number of max log files. true or false value only. |
![]() | LogFileSize | The limit size of log file. |
![]() | MaxPageSize | The maximum items returned per request to server. |
![]() | MaxPoolSize | Specifies the maximum number of connections in the pool. |
![]() | Offline | Specifies whether or not accessing an invalid cached table should throw an exception or if the table will be refreshed. Default is false/not. |
![]() | ProxyAuthScheme | |
![]() | ProxyPassword | |
![]() | ProxyPort | |
![]() | ProxyServer | |
![]() | ProxyUsername | |
![]() | UseCache | Specifies whether caching is considered or not. Default is false/not. |
![]() | UsePool | TSpecifies whether or not pooling is requested for a given connection. Default is true/yes. |
![]() | Values | (Inherited from System.Data.Common.DbConnectionStringBuilder) |
![]() | VerbosityLevel | Verbosity level of log. number 1-5 only. |