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