Skip to content

Commit e6b117b

Browse files
authored
save
1 parent 02d4858 commit e6b117b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/pages/api/api.md

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

77
Let take a very short overview with the API
88

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

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

0 commit comments

Comments
 (0)