ISqlDialect.QuoteUnicodeString method
Quotes the unicode string.
public string QuoteUnicodeString(string s)
| parameter | description |
|---|---|
| s | The string. |
Return Value
The quoted unicode string.
See Also
- interface ISqlDialect
Quotes the unicode string.
public string QuoteUnicodeString(string s)
| parameter | description |
|---|---|
| s | The string. |
The quoted unicode string.