Helper for make queries in a secure way.
More...
|
| static string | Param (string input, params object[] values) |
| | Adds values to a query as parameters.
|
| |
Helper for make queries in a secure way.
◆ Param()
| static string NoSqlite.Orm.Security.Param |
( |
string | input, |
|
|
params object[] | values ) |
|
static |
Adds values to a query as parameters.
- Parameters
-
string query =
Security.
Param(
"SELECT * FROM table WHERE id='?' AND num=?",
"idWithCrazyCharacters'", 12);
Helper for make queries in a secure way.
Definition Security.cs:13
static string Param(string input, params object[] values)
Adds values to a query as parameters.
Definition Security.cs:26
- Returns
The documentation for this class was generated from the following file:
- C:/Users/Lucia/Documents/Svn/Unity/Assets/NoSqlite/Core/NoSqlite/Orm/Security.cs