SqlSyntax.IsQuoted method
namespace: Serenity.Data assembly: Serenity.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
- class SqlSyntax