BracketLocator class

namespace: Serenity.Data   assemblySerenity.Net.Data

Contains helper methods for locating / replacing brackets in an SQL expression

public static class BracketLocator

Public Members

name description
static ReplaceBracketContents(…) Replaces the bracket contents in SQL expression.
static ReplaceBrackets(…) Replaces the brackets in an SQL expression with the dialect specific ones.

See Also