165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
|
/// <description>Version</description>
/// <description>3</description>
/// <description>N</description>
/// <description>3</description>
/// </item>
/// <item>
/// <description>UseUTF16Encoding</description>
/// <description><b>True</b><br/><b>False</b></description>
/// <description>N</description>
/// <description>False</description>
/// </item>
/// <item>
/// <description>DefaultDbType</description>
/// <description>
/// This is the default <see cref="DbType" /> to use when one cannot be determined based on the
|
|
>
>
>
>
|
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
|
/// <description>Version</description>
/// <description>3</description>
/// <description>N</description>
/// <description>3</description>
/// </item>
/// <item>
/// <description>UseUTF16Encoding</description>
/// <description>
/// <b>True</b> - The UTF-16 encoding should be used.
/// <br/>
/// <b>False</b> - The UTF-8 encoding should be used.
/// </description>
/// <description>N</description>
/// <description>False</description>
/// </item>
/// <item>
/// <description>DefaultDbType</description>
/// <description>
/// This is the default <see cref="DbType" /> to use when one cannot be determined based on the
|
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
|
/// <b>True</b> - Do not combine the specified (or existing) connection flags with the value of the
/// <see cref="DefaultFlags" /> property.
/// <br/>
/// <b>False</b> - Combine the specified (or existing) connection flags with the value of the
/// <see cref="DefaultFlags" /> property.
/// </description>
/// <description>N</description>
/// <description>false</description>
/// </item>
/// <item>
/// <description>NoSharedFlags</description>
/// <description>
/// <b>True</b> - Do not combine the specified (or existing) connection flags with the value of the
/// <see cref="SharedFlags" /> property.
/// <br/>
/// <b>False</b> - Combine the specified (or existing) connection flags with the value of the
/// <see cref="SharedFlags" /> property.
/// </description>
/// <description>N</description>
/// <description>false</description>
/// </item>
/// <item>
/// <description>VfsName</description>
/// <description>
/// The name of the VFS to use when opening the database connection.
/// If this is not specified, the default VFS will be used.
/// </description>
|
|
|
|
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
|
/// <b>True</b> - Do not combine the specified (or existing) connection flags with the value of the
/// <see cref="DefaultFlags" /> property.
/// <br/>
/// <b>False</b> - Combine the specified (or existing) connection flags with the value of the
/// <see cref="DefaultFlags" /> property.
/// </description>
/// <description>N</description>
/// <description>False</description>
/// </item>
/// <item>
/// <description>NoSharedFlags</description>
/// <description>
/// <b>True</b> - Do not combine the specified (or existing) connection flags with the value of the
/// <see cref="SharedFlags" /> property.
/// <br/>
/// <b>False</b> - Combine the specified (or existing) connection flags with the value of the
/// <see cref="SharedFlags" /> property.
/// </description>
/// <description>N</description>
/// <description>False</description>
/// </item>
/// <item>
/// <description>VfsName</description>
/// <description>
/// The name of the VFS to use when opening the database connection.
/// If this is not specified, the default VFS will be used.
/// </description>
|
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
|
/// <b>InvariantCulture</b> - Any culture-independent string value that the .NET Framework can interpret as a valid DateTime.<br/>
/// <b>CurrentCulture</b> - Any string value that the .NET Framework can interpret as a valid DateTime using the current culture.</description>
/// <description>N</description>
/// <description>ISO8601</description>
/// </item>
/// <item>
/// <description>DateTimeKind</description>
/// <description><b>Unspecified</b> - Not specified as either UTC or local time.<br/><b>Utc</b> - The time represented is UTC.<br/><b>Local</b> - The time represented is local time.</description>
/// <description>N</description>
/// <description>Unspecified</description>
/// </item>
/// <item>
/// <description>DateTimeFormatString</description>
/// <description>The exact DateTime format string to use for all formatting and parsing of all DateTime
/// values for this connection.</description>
/// <description>N</description>
/// <description>null</description>
/// </item>
/// <item>
/// <description>BaseSchemaName</description>
/// <description>Some base data classes in the framework (e.g. those that build SQL queries dynamically)
/// assume that an ADO.NET provider cannot support an alternate catalog (i.e. database) without supporting
/// alternate schemas as well; however, SQLite does not fit into this model. Therefore, this value is used
/// as a placeholder and removed prior to preparing any SQL statements that may contain it.</description>
/// <description>N</description>
/// <description>sqlite_default_schema</description>
/// </item>
/// <item>
/// <description>BinaryGUID</description>
/// <description><b>True</b> - Store GUID columns in binary form<br/><b>False</b> - Store GUID columns as text</description>
/// <description>N</description>
/// <description>True</description>
/// </item>
/// <item>
/// <description>Cache Size</description>
/// <description>{size in bytes}</description>
/// <description>N</description>
/// <description>2000</description>
/// </item>
/// <item>
/// <description>Synchronous</description>
/// <description><b>Normal</b> - Normal file flushing behavior<br/><b>Full</b> - Full flushing after all writes<br/><b>Off</b> - Underlying OS flushes I/O's</description>
/// <description>N</description>
/// <description>Full</description>
/// </item>
/// <item>
/// <description>Page Size</description>
/// <description>{size in bytes}</description>
/// <description>N</description>
/// <description>1024</description>
/// </item>
/// <item>
/// <description>Password</description>
/// <description>{password} - Using this parameter requires that the CryptoAPI based codec be enabled at compile-time for both the native interop assembly and the core managed assemblies; otherwise, using this parameter may result in an exception being thrown when attempting to open the connection.</description>
/// <description>N</description>
/// <description></description>
/// </item>
/// <item>
/// <description>HexPassword</description>
/// <description>{hexPassword} - Must contain a sequence of zero or more hexadecimal encoded byte values without a leading "0x" prefix. Using this parameter requires that the CryptoAPI based codec be enabled at compile-time for both the native interop assembly and the core managed assemblies; otherwise, using this parameter may result in an exception being thrown when attempting to open the connection.</description>
/// <description>N</description>
/// <description></description>
/// </item>
/// <item>
/// <description>Enlist</description>
/// <description><b>Y</b> - Automatically enlist in distributed transactions<br/><b>N</b> - No automatic enlistment</description>
/// <description>N</description>
/// <description>Y</description>
/// </item>
/// <item>
/// <description>Pooling</description>
/// <description>
/// <b>True</b> - Use connection pooling.<br/>
/// <b>False</b> - Do not use connection pooling.<br/><br/>
/// <b>WARNING:</b> When using the default connection pool implementation,
/// setting this property to True should be avoided by applications that make
/// use of COM (either directly or indirectly) due to possible deadlocks that
/// can occur during the finalization of some COM objects.
/// </description>
/// <description>N</description>
/// <description>False</description>
/// </item>
/// <item>
/// <description>FailIfMissing</description>
/// <description><b>True</b> - Don't create the database if it does not exist, throw an error instead<br/><b>False</b> - Automatically create the database if it does not exist</description>
/// <description>N</description>
/// <description>False</description>
/// </item>
/// <item>
/// <description>Max Page Count</description>
/// <description>{size in pages} - Limits the maximum number of pages (limits the size) of the database</description>
/// <description>N</description>
/// <description>0</description>
/// </item>
/// <item>
/// <description>Legacy Format</description>
/// <description><b>True</b> - Use the more compatible legacy 3.x database format<br/><b>False</b> - Use the newer 3.3x database format which compresses numbers more effectively</description>
/// <description>N</description>
/// <description>False</description>
/// </item>
/// <item>
/// <description>Default Timeout</description>
/// <description>{time in seconds}<br/>The default command timeout</description>
/// <description>N</description>
/// <description>30</description>
/// </item>
/// <item>
/// <description>BusyTimeout</description>
/// <description>{time in milliseconds}<br/>Sets the busy timeout for the core library.</description>
/// <description>N</description>
/// <description>0</description>
/// </item>
/// <item>
/// <description>Journal Mode</description>
/// <description><b>Delete</b> - Delete the journal file after a commit<br/><b>Persist</b> - Zero out and leave the journal file on disk after a commit<br/><b>Off</b> - Disable the rollback journal entirely</description>
/// <description>N</description>
/// <description>Delete</description>
/// </item>
/// <item>
/// <description>Read Only</description>
/// <description><b>True</b> - Open the database for read only access<br/><b>False</b> - Open the database for normal read/write access</description>
/// <description>N</description>
/// <description>False</description>
/// </item>
/// <item>
/// <description>Max Pool Size</description>
/// <description>The maximum number of connections for the given connection string that can be in the connection pool</description>
/// <description>N</description>
|
>
|
>
>
>
>
>
>
|
|
>
>
|
|
>
>
|
>
>
>
>
|
>
>
>
>
>
>
>
>
|
>
>
>
>
>
|
>
>
>
>
>
|
>
>
>
>
|
>
>
>
>
>
>
|
>
>
>
>
|
>
>
>
>
>
>
|
>
|
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
|
/// <b>InvariantCulture</b> - Any culture-independent string value that the .NET Framework can interpret as a valid DateTime.<br/>
/// <b>CurrentCulture</b> - Any string value that the .NET Framework can interpret as a valid DateTime using the current culture.</description>
/// <description>N</description>
/// <description>ISO8601</description>
/// </item>
/// <item>
/// <description>DateTimeKind</description>
/// <description>
/// <b>Unspecified</b> - Not specified as either UTC or local time.
/// <br/>
/// <b>Utc</b> - The time represented is UTC.
/// <br/>
/// <b>Local</b> - The time represented is local time.
/// </description>
/// <description>N</description>
/// <description>Unspecified</description>
/// </item>
/// <item>
/// <description>DateTimeFormatString</description>
/// <description>
/// The exact DateTime format string to use for all formatting and parsing of all DateTime
/// values for this connection.
/// </description>
/// <description>N</description>
/// <description>null</description>
/// </item>
/// <item>
/// <description>BaseSchemaName</description>
/// <description>
/// Some base data classes in the framework (e.g. those that build SQL queries dynamically)
/// assume that an ADO.NET provider cannot support an alternate catalog (i.e. database) without supporting
/// alternate schemas as well; however, SQLite does not fit into this model. Therefore, this value is used
/// as a placeholder and removed prior to preparing any SQL statements that may contain it.
/// </description>
/// <description>N</description>
/// <description>sqlite_default_schema</description>
/// </item>
/// <item>
/// <description>BinaryGUID</description>
/// <description>
/// <b>True</b> - Store GUID columns in binary form
/// <br/>
/// <b>False</b> - Store GUID columns as text
/// </description>
/// <description>N</description>
/// <description>True</description>
/// </item>
/// <item>
/// <description>Cache Size</description>
/// <description>{size in bytes}</description>
/// <description>N</description>
/// <description>2000</description>
/// </item>
/// <item>
/// <description>Synchronous</description>
/// <description>
/// <b>Normal</b> - Normal file flushing behavior
/// <br/>
/// <b>Full</b> - Full flushing after all writes
/// <br/>
/// <b>Off</b> - Underlying OS flushes I/O's
/// </description>
/// <description>N</description>
/// <description>Full</description>
/// </item>
/// <item>
/// <description>Page Size</description>
/// <description>{size in bytes}</description>
/// <description>N</description>
/// <description>1024</description>
/// </item>
/// <item>
/// <description>Password</description>
/// <description>
/// {password} - Using this parameter requires that the CryptoAPI based codec
/// be enabled at compile-time for both the native interop assembly and the
/// core managed assemblies; otherwise, using this parameter may result in an
/// exception being thrown when attempting to open the connection.
/// </description>
/// <description>N</description>
/// <description></description>
/// </item>
/// <item>
/// <description>HexPassword</description>
/// <description>
/// {hexPassword} - Must contain a sequence of zero or more hexadecimal encoded
/// byte values without a leading "0x" prefix. Using this parameter requires
/// that the CryptoAPI based codec be enabled at compile-time for both the native
/// interop assembly and the core managed assemblies; otherwise, using this
/// parameter may result in an exception being thrown when attempting to open
/// the connection.
/// </description>
/// <description>N</description>
/// <description></description>
/// </item>
/// <item>
/// <description>Enlist</description>
/// <description>
/// <b>Y</b> - Automatically enlist in distributed transactions
/// <br/>
/// <b>N</b> - No automatic enlistment
/// </description>
/// <description>N</description>
/// <description>Y</description>
/// </item>
/// <item>
/// <description>Pooling</description>
/// <description>
/// <b>True</b> - Use connection pooling.<br/>
/// <b>False</b> - Do not use connection pooling.<br/><br/>
/// <b>WARNING:</b> When using the default connection pool implementation,
/// setting this property to True should be avoided by applications that make
/// use of COM (either directly or indirectly) due to possible deadlocks that
/// can occur during the finalization of some COM objects.
/// </description>
/// <description>N</description>
/// <description>False</description>
/// </item>
/// <item>
/// <description>FailIfMissing</description>
/// <description>
/// <b>True</b> - Don't create the database if it does not exist, throw an error instead
/// <br/>
/// <b>False</b> - Automatically create the database if it does not exist
/// </description>
/// <description>N</description>
/// <description>False</description>
/// </item>
/// <item>
/// <description>Max Page Count</description>
/// <description>{size in pages} - Limits the maximum number of pages (limits the size) of the database</description>
/// <description>N</description>
/// <description>0</description>
/// </item>
/// <item>
/// <description>Legacy Format</description>
/// <description>
/// <b>True</b> - Use the more compatible legacy 3.x database format
/// <br/>
/// <b>False</b> - Use the newer 3.3x database format which compresses numbers more effectively
/// </description>
/// <description>N</description>
/// <description>False</description>
/// </item>
/// <item>
/// <description>Default Timeout</description>
/// <description>{time in seconds}<br/>The default command timeout</description>
/// <description>N</description>
/// <description>30</description>
/// </item>
/// <item>
/// <description>BusyTimeout</description>
/// <description>{time in milliseconds}<br/>Sets the busy timeout for the core library.</description>
/// <description>N</description>
/// <description>0</description>
/// </item>
/// <item>
/// <description>Journal Mode</description>
/// <description>
/// <b>Delete</b> - Delete the journal file after a commit
/// <br/>
/// <b>Persist</b> - Zero out and leave the journal file on disk after a commit
/// <br/>
/// <b>Off</b> - Disable the rollback journal entirely
/// </description>
/// <description>N</description>
/// <description>Delete</description>
/// </item>
/// <item>
/// <description>Read Only</description>
/// <description>
/// <b>True</b> - Open the database for read only access
/// <br/>
/// <b>False</b> - Open the database for normal read/write access
/// </description>
/// <description>N</description>
/// <description>False</description>
/// </item>
/// <item>
/// <description>Max Pool Size</description>
/// <description>The maximum number of connections for the given connection string that can be in the connection pool</description>
/// <description>N</description>
|
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
|
/// </description>
/// <description>N</description>
/// <description>True</description>
/// </item>
/// <item>
/// <description>ToFullPath</description>
/// <description>
/// <b>True</b> - Attempt to expand the data source file name to a fully qualified path before opening.<br/>
/// <b>False</b> - Skip attempting to expand the data source file name to a fully qualified path before opening.
/// </description>
/// <description>N</description>
/// <description>True</description>
/// </item>
/// <item>
/// <description>PrepareRetries</description>
|
|
>
|
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
|
/// </description>
/// <description>N</description>
/// <description>True</description>
/// </item>
/// <item>
/// <description>ToFullPath</description>
/// <description>
/// <b>True</b> - Attempt to expand the data source file name to a fully qualified path before opening.
/// <br/>
/// <b>False</b> - Skip attempting to expand the data source file name to a fully qualified path before opening.
/// </description>
/// <description>N</description>
/// <description>True</description>
/// </item>
/// <item>
/// <description>PrepareRetries</description>
|
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
|
SQLiteConnectionPool.ClearAllPools();
}
/// <summary>
/// The connection string containing the parameters for the connection
/// </summary>
/// <remarks>
/// <list type="table">
/// <listheader>
/// <term>Parameter</term>
/// <term>Values</term>
/// <term>Required</term>
/// <term>Default</term>
/// </listheader>
/// <item>
/// <description>Data Source</description>
/// <description>
/// This may be a file name, the string ":memory:", or any supported URI (starting with SQLite 3.7.7).
/// Starting with release 1.0.86.0, in order to use more than one consecutive backslash (e.g. for a
/// UNC path), each of the adjoining backslash characters must be doubled (e.g. "\\Network\Share\test.db"
/// would become "\\\\Network\Share\test.db").
/// </description>
/// <description>Y</description>
/// <description></description>
/// </item>
/// <item>
/// <description>Version</description>
/// <description>3</description>
/// <description>N</description>
/// <description>3</description>
/// </item>
/// <item>
/// <description>UseUTF16Encoding</description>
/// <description><b>True</b><br/><b>False</b></description>
/// <description>N</description>
/// <description>False</description>
/// </item>
/// <item>
/// <description>DateTimeFormat</description>
/// <description>
/// <b>Ticks</b> - Use the value of DateTime.Ticks.<br/>
/// <b>ISO8601</b> - Use the ISO-8601 format. Uses the "yyyy-MM-dd HH:mm:ss.FFFFFFFK" format for UTC
/// DateTime values and "yyyy-MM-dd HH:mm:ss.FFFFFFF" format for local DateTime values).<br/>
/// <b>JulianDay</b> - The interval of time in days and fractions of a day since January 1, 4713 BC.<br/>
/// <b>UnixEpoch</b> - The whole number of seconds since the Unix epoch (January 1, 1970).<br/>
/// <b>InvariantCulture</b> - Any culture-independent string value that the .NET Framework can interpret as a valid DateTime.<br/>
/// <b>CurrentCulture</b> - Any string value that the .NET Framework can interpret as a valid DateTime using the current culture.</description>
/// <description>N</description>
/// <description>ISO8601</description>
/// </item>
/// <item>
/// <description>DateTimeKind</description>
/// <description><b>Unspecified</b> - Not specified as either UTC or local time.<br/><b>Utc</b> - The time represented is UTC.<br/><b>Local</b> - The time represented is local time.</description>
/// <description>N</description>
/// <description>Unspecified</description>
/// </item>
/// <item>
/// <description>DateTimeFormatString</description>
/// <description>The exact DateTime format string to use for all formatting and parsing of all DateTime
/// values for this connection.</description>
/// <description>N</description>
/// <description>null</description>
/// </item>
/// <item>
/// <description>BaseSchemaName</description>
/// <description>Some base data classes in the framework (e.g. those that build SQL queries dynamically)
/// assume that an ADO.NET provider cannot support an alternate catalog (i.e. database) without supporting
/// alternate schemas as well; however, SQLite does not fit into this model. Therefore, this value is used
/// as a placeholder and removed prior to preparing any SQL statements that may contain it.</description>
/// <description>N</description>
/// <description>sqlite_default_schema</description>
/// </item>
/// <item>
/// <description>BinaryGUID</description>
/// <description><b>True</b> - Store GUID columns in binary form<br/><b>False</b> - Store GUID columns as text</description>
/// <description>N</description>
/// <description>True</description>
/// </item>
/// <item>
/// <description>Cache Size</description>
/// <description>{size in bytes}</description>
/// <description>N</description>
/// <description>2000</description>
/// </item>
/// <item>
/// <description>Synchronous</description>
/// <description><b>Normal</b> - Normal file flushing behavior<br/><b>Full</b> - Full flushing after all writes<br/><b>Off</b> - Underlying OS flushes I/O's</description>
/// <description>N</description>
/// <description>Full</description>
/// </item>
/// <item>
/// <description>Page Size</description>
/// <description>{size in bytes}</description>
/// <description>N</description>
/// <description>1024</description>
/// </item>
/// <item>
/// <description>Password</description>
/// <description>{password} - Using this parameter requires that the CryptoAPI based codec be enabled at compile-time for both the native interop assembly and the core managed assemblies; otherwise, using this parameter may result in an exception being thrown when attempting to open the connection.</description>
/// <description>N</description>
/// <description></description>
/// </item>
/// <item>
/// <description>HexPassword</description>
/// <description>{hexPassword} - Must contain a sequence of zero or more hexadecimal encoded byte values without a leading "0x" prefix. Using this parameter requires that the CryptoAPI based codec be enabled at compile-time for both the native interop assembly and the core managed assemblies; otherwise, using this parameter may result in an exception being thrown when attempting to open the connection.</description>
/// <description>N</description>
/// <description></description>
/// </item>
/// <item>
/// <description>Enlist</description>
/// <description><b>Y</b> - Automatically enlist in distributed transactions<br/><b>N</b> - No automatic enlistment</description>
/// <description>N</description>
/// <description>Y</description>
/// </item>
/// <item>
/// <description>Pooling</description>
/// <description>
/// <b>True</b> - Use connection pooling.<br/>
/// <b>False</b> - Do not use connection pooling.<br/><br/>
/// <b>WARNING:</b> When using the default connection pool implementation,
/// setting this property to True should be avoided by applications that
/// make use of COM (either directly or indirectly) due to possible
/// deadlocks that can occur during the finalization of some COM objects.
/// </description>
/// <description>N</description>
/// <description>False</description>
/// </item>
/// <item>
/// <description>FailIfMissing</description>
/// <description><b>True</b> - Don't create the database if it does not exist, throw an error instead<br/><b>False</b> - Automatically create the database if it does not exist</description>
/// <description>N</description>
/// <description>False</description>
/// </item>
/// <item>
/// <description>Max Page Count</description>
/// <description>{size in pages} - Limits the maximum number of pages (limits the size) of the database</description>
/// <description>N</description>
/// <description>0</description>
/// </item>
/// <item>
/// <description>Legacy Format</description>
/// <description><b>True</b> - Use the more compatible legacy 3.x database format<br/><b>False</b> - Use the newer 3.3x database format which compresses numbers more effectively</description>
/// <description>N</description>
/// <description>False</description>
/// </item>
/// <item>
/// <description>Default Timeout</description>
/// <description>{time in seconds}<br/>The default command timeout</description>
/// <description>N</description>
/// <description>30</description>
/// </item>
/// <item>
/// <description>Journal Mode</description>
/// <description><b>Delete</b> - Delete the journal file after a commit<br/><b>Persist</b> - Zero out and leave the journal file on disk after a commit<br/><b>Off</b> - Disable the rollback journal entirely</description>
/// <description>N</description>
/// <description>Delete</description>
/// </item>
/// <item>
/// <description>Read Only</description>
/// <description><b>True</b> - Open the database for read only access<br/><b>False</b> - Open the database for normal read/write access</description>
/// <description>N</description>
/// <description>False</description>
/// </item>
/// <item>
/// <description>Max Pool Size</description>
/// <description>The maximum number of connections for the given connection string that can be in the connection pool</description>
/// <description>N</description>
/// <description>100</description>
/// </item>
/// <item>
/// <description>Default IsolationLevel</description>
/// <description>The default transaciton isolation level</description>
/// <description>N</description>
/// <description>Serializable</description>
/// </item>
/// <item>
/// <description>Foreign Keys</description>
/// <description>Enable foreign key constraints</description>
/// <description>N</description>
/// <description>False</description>
/// </item>
/// <item>
/// <description>Flags</description>
/// <description>Extra behavioral flags for the connection. See the <see cref="SQLiteConnectionFlags" /> enumeration for possible values.</description>
/// <description>N</description>
/// <description>Default</description>
/// </item>
/// <item>
/// <description>SetDefaults</description>
/// <description>
/// <b>True</b> - Apply the default connection settings to the opened database.<br/>
/// <b>False</b> - Skip applying the default connection settings to the opened database.
/// </description>
/// <description>N</description>
/// <description>True</description>
/// </item>
/// <item>
/// <description>ToFullPath</description>
/// <description>
/// <b>True</b> - Attempt to expand the data source file name to a fully qualified path before opening.<br/>
/// <b>False</b> - Skip attempting to expand the data source file name to a fully qualified path before opening.
/// </description>
/// <description>N</description>
/// <description>True</description>
/// </item>
/// <item>
/// <description>PrepareRetries</description>
/// <description>
/// The maximum number of retries when preparing SQL to be executed. This
/// normally only applies to preparation errors resulting from the database
/// schema being changed.
/// </description>
/// <description>N</description>
/// <description>3</description>
/// </item>
/// </list>
/// </remarks>
#if !PLATFORM_COMPACTFRAMEWORK
[RefreshProperties(RefreshProperties.All), DefaultValue("")]
[Editor("SQLite.Designer.SQLiteConnectionStringEditor, SQLite.Designer, Version=" + SQLite3.DesignerVersion + ", Culture=neutral, PublicKeyToken=db937bc2d44ff139", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
#endif
public override string ConnectionString
{
|
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
|
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
|
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
|
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
|
SQLiteConnectionPool.ClearAllPools();
}
/// <summary>
/// The connection string containing the parameters for the connection
/// </summary>
/// <remarks>
/// For the complete list of supported connection string properties,
/// please see <see cref="SQLiteConnection" />.
/// </remarks>
#if !PLATFORM_COMPACTFRAMEWORK
[RefreshProperties(RefreshProperties.All), DefaultValue("")]
[Editor("SQLite.Designer.SQLiteConnectionStringEditor, SQLite.Designer, Version=" + SQLite3.DesignerVersion + ", Culture=neutral, PublicKeyToken=db937bc2d44ff139", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
#endif
public override string ConnectionString
{
|