Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update table-of-contents topic names. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
837439ff917171a1d87dbc0caa010129 |
User & Date: | mistachkin 2014-02-05 01:46:03.250 |
Context
2014-02-05
| ||
20:26 | Improve use of object hash codes by the SQLiteModuleEnumerable class. Clarify via comments that methods of the SQLiteNativeModule class are exempt from using CheckDisposed. check-in: 5a605c351d user: mistachkin tags: trunk | |
01:46 | Update table-of-contents topic names. check-in: 837439ff91 user: mistachkin tags: trunk | |
01:39 | Refresh all included SQLite core library documentation (e.g. SQL syntax). check-in: 3e112a4504 user: mistachkin tags: trunk | |
Changes
Changes to Doc/SQLite.NET.hhc.
1 2 3 4 5 6 7 8 | <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <HTML> <HEAD> <meta name="GENERATOR" content="Microsoft® HTML Help Workshop 4.1"> <!-- Sitemap 1.0 --> </HEAD><BODY> <UL> <LI> <OBJECT type="text/sitemap"> | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <HTML> <HEAD> <meta name="GENERATOR" content="Microsoft® HTML Help Workshop 4.1"> <!-- Sitemap 1.0 --> </HEAD><BODY> <UL> <LI> <OBJECT type="text/sitemap"> <param name="Name" value="Introduction to System.Data.SQLite"> <param name="Local" value="Provider/welcome.html"> </OBJECT> <UL> <LI> <OBJECT type="text/sitemap"> <param name="Name" value="Installing Design-Time Support"> <param name="Local" value="Provider/designer.html"> </OBJECT> |
︙ | ︙ | |||
40 41 42 43 44 45 46 | </OBJECT> <LI> <OBJECT type="text/sitemap"> <param name="Name" value="Version History"> <param name="Local" value="Provider/version.html"> </OBJECT> </UL> <LI> <OBJECT type="text/sitemap"> | | | 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | </OBJECT> <LI> <OBJECT type="text/sitemap"> <param name="Name" value="Version History"> <param name="Local" value="Provider/version.html"> </OBJECT> </UL> <LI> <OBJECT type="text/sitemap"> <param name="Name" value="Query Language Understood By SQLite"> <param name="Local" value="Core/lang.html"> </OBJECT> <UL> <LI> <OBJECT type="text/sitemap"> <param name="Name" value="Aggregate Functions"> <param name="Local" value="Core/lang_aggfunc.html"> </OBJECT> |
︙ | ︙ |