BracketLocator.ReplaceBrackets method

namespace: Serenity.Data   assemblySerenity.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