BracketLocator.ReplaceBrackets method
namespace: Serenity.Data assembly: Serenity.Net.Data
Replaces the brackets in an SQL expression with the dialect specific ones.
public static string ReplaceBrackets(string expression, ISqlDialect dialect)
| parameter | description |
|---|---|
| expression | The expression. |
| dialect | The dialect. |
See Also
- interface ISqlDialect
- class BracketLocator