We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b117b commit 884c12fCopy full SHA for 884c12f
1 file changed
docs/pages/api/api.md
@@ -6,11 +6,12 @@ permalink: api
6
7
Let take a very short overview with the API
8
9
-<div class="sqlfiddle">
10
- <pre class="schema"></pre>
11
- <pre class="sql">
+{% include template-example.html %}
+{% highlight csharp %}
12
SELECT SQLNET::New('x+y').ValueInt('x', 1).ValueInt('y', 2).EvalInt() as Result
13
-</pre><div>
+{% endhighlight %}
+{% include component-try-it.html href='http://sqlfiddle.com/#!18/9eecb/1123' %}
14
+
15
16
- **SQLNET:** A CLR Type created by Eval SQL.NET library
17
- **"::":** This is how you call static method in SQL CLR
0 commit comments