SqlSyntax.AutoBracket method
namespace: Serenity.Data assembly: Serenity.Net.Data
Automatically brackets the string based on SqlSettings.AutoQuotedIdentifier setting.
public static string AutoBracket(string s)
| parameter | description |
|---|---|
| s | The string. |
See Also
- class SqlSyntax