SqlSyntax.IsQuoted method

namespace: Serenity.Data   assemblySerenity.Net.Data

Determines whether the specified string is quoted.

public static bool IsQuoted(string s)
parameter description
s The s.

Return Value

true if the specified string is quoted; otherwise, false.

See Also