Method | Description | |
---|---|---|
EscapeSql ( string sql ) : string |
Escapes the specified SQL using the left and right delimiters.
|
|
GetParameterName ( int position ) : string |
Gets the name of the parameter for the specified position.
|
|
IsEscaped ( string sql ) : bool |
Determines whether the specified SQL is escaped.
|
Method | Description | |
---|---|---|
SqlCharacters ( ) : System |
Initialises a new instance of the SqlCharacters class.
|
public EscapeSql ( string sql ) : string | ||
sql | string | The SQL to be escaped. |
return | string |
public GetParameterName ( int position ) : string | ||
position | int | The parameter position. |
return | string |
public IsEscaped ( string sql ) : bool | ||
sql | string | The SQL to check. |
return | bool |