Skip to content

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