Skip to content

Commit 884c12f

Browse files
authored
rollback...
1 parent e6b117b commit 884c12f

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

docs/pages/api/api.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ permalink: api
66

77
Let take a very short overview with the API
88

9-
<div class="sqlfiddle">
10-
<pre class="schema"></pre>
11-
<pre class="sql">
9+
{% include template-example.html %}
10+
{% highlight csharp %}
1211
SELECT SQLNET::New('x+y').ValueInt('x', 1).ValueInt('y', 2).EvalInt() as Result
13-
</pre><div>
12+
{% endhighlight %}
13+
{% include component-try-it.html href='http://sqlfiddle.com/#!18/9eecb/1123' %}
14+
1415

1516
- **SQLNET:** A CLR Type created by Eval SQL.NET library
1617
- **"::":** This is how you call static method in SQL CLR

0 commit comments

Comments
 (0)