Skip to content

Commit ef508af

Browse files
authored
Update api.md
1 parent ea56162 commit ef508af

File tree

1 file changed

+3
-3
lines changed
  • docs2/pages/documentations

1 file changed

+3
-3
lines changed

docs2/pages/documentations/api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ SELECT SQLNET::New('x+y').ValueInt('x', 1).ValueInt('y', 2).EvalInt() as Result
1313

1414
- **SQLNET:** A CLR Type created by Eval SQL.NET library
1515
- **"::":** This is how you call static method in SQL CLR
16-
- **New:** A static method which create a new instance of SQLNET Type
17-
- **ValueInt:** Set a int value for a specific parameter name used in the expression
18-
- **EvalInt:** Evaluate the expression and return a result of type INT
16+
- **New:** A static method which creates a new instance of SQLNET Type
17+
- **ValueInt:** Sets a int value for a specific parameter name used in the expression
18+
- **EvalInt:** Evaluates the expression and return a result of type INT
1919

2020
<div class="card-group">
2121

0 commit comments

Comments
 (0)