File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 * [ Drop object statements] ( doc/Language/DropStmt.md )
2828 * [ Navigation properties] ( doc/Language/NavigationProperties.md )
2929 * [ Vendor statements] ( doc/Language/VendorStatements.md )
30+ * [ UserTypes] ( doc/Language/UserTypes/README.md )
3031 * [ Functions] ( doc/Language/Functions/README.md )
3132 * [ SQLite] ( doc/Language/Functions/SQLiteFunctions.md )
3233 * [ TSQL] ( doc/Language/Functions/TSQLFunctions.md )
Original file line number Diff line number Diff line change @@ -211,7 +211,6 @@ representation*! With the above example ToPrimitive and FromPrimitive methods us
211211actually work fine, but a different representation might not hold up so well. So choose your underlying representation
212212carefully and be mindful of how your queries are actually working.
213213
214-
215214---
216215<!-- nav-bottom -->
217216[ &larr ; Configuration] ( README.md ) | [ Runtime configuration &rarr ; ] ( Configuration.md )
Original file line number Diff line number Diff line change 11<!-- nav-top -->
22[ Home] ( ../../../README.md ) > ; [ Language] ( ../README.md ) > ; Functions
33
4- [ &larr ; Vendor statements ] ( ../VendorStatements .md ) | [ SQLite &rarr ; ] ( SQLiteFunctions.md )
4+ [ &larr ; UserTypes ] ( ../UserTypes/README .md ) | [ SQLite &rarr ; ] ( SQLiteFunctions.md )
55<!-- /nav-top -->
66
77# Functions
@@ -112,6 +112,6 @@ This way, only `@b` will be nullable.
112112
113113---
114114<!-- nav-bottom -->
115- [ &larr ; Vendor statements ] ( ../VendorStatements .md ) | [ SQLite &rarr ; ] ( SQLiteFunctions.md )
115+ [ &larr ; UserTypes ] ( ../UserTypes/README .md ) | [ SQLite &rarr ; ] ( SQLiteFunctions.md )
116116<!-- /nav-bottom -->
117117
Original file line number Diff line number Diff line change 1+ <!-- nav-top -->
2+ [ Home] ( ../../../README.md ) > ; [ Language] ( ../README.md ) > ; UserTypes
3+
4+ [ &larr ; Vendor statements] ( ../VendorStatements.md ) | [ Functions &rarr ; ] ( ../Functions/README.md )
5+ <!-- /nav-top -->
6+
17# UserTypes
28
39The UserTypes feature allows you to bring custom .NET data types into RZSQL by pointing the type provider at your own assemblies.
@@ -453,3 +459,8 @@ VENDOR tsql {
453459
454460The key thing to remember here is it is up to you to be disciplined about changing your storage representation!
455461
462+ ---
463+ <!-- nav-bottom -->
464+ [ &larr ; Vendor statements] ( ../VendorStatements.md ) | [ Functions &rarr ; ] ( ../Functions/README.md )
465+ <!-- /nav-bottom -->
466+
Original file line number Diff line number Diff line change 11<!-- nav-top -->
22[ Home] ( ../../README.md ) > ; [ Language] ( README.md ) > ; Vendor statements
33
4- [ &larr ; Navigation properties] ( NavigationProperties.md ) | [ Functions &rarr ; ] ( Functions /README.md)
4+ [ &larr ; Navigation properties] ( NavigationProperties.md ) | [ UserTypes &rarr ; ] ( UserTypes /README.md)
55<!-- /nav-top -->
66
77# Vendor Statements
@@ -138,6 +138,6 @@ vendor tsql <#
138138
139139---
140140<!-- nav-bottom -->
141- [ &larr ; Navigation properties] ( NavigationProperties.md ) | [ Functions &rarr ; ] ( Functions /README.md)
141+ [ &larr ; Navigation properties] ( NavigationProperties.md ) | [ UserTypes &rarr ; ] ( UserTypes /README.md)
142142<!-- /nav-bottom -->
143143
You can’t perform that action at this time.
0 commit comments