Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 397 Bytes

File metadata and controls

16 lines (11 loc) · 397 Bytes

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