PostgresDialect.QuoteUnicodeString method

namespace: Serenity.Data   assemblySerenity.Net.Data

Quotes the unicode string.

public virtual string QuoteUnicodeString(string s)
parameter description
s The string.

See Also