SqlSyntax.AutoBracket method
Automatically brackets the string based on the AutoQuotedIdentifiers setting and keywords for the passed dialect.
public static string AutoBracket(string s, ISqlDialect dialect = null)
| parameter | description |
|---|---|
| s | The string. |
| dialect | The dialect. |
Return Value
The bracketed string.
See Also
- interface ISqlDialect
- class SqlSyntax