Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 360 Bytes

File metadata and controls

16 lines (11 loc) · 360 Bytes

SqlSyntax.Unquote method

namespace: Serenity.Data   assemblySerenity.Net.Data

Unquotes the specified string.

public static string Unquote(string s)
parameter description
s The string.

See Also