BaseExpressionAttribute.Translate method

namespace: Serenity.Data.Mapping   assemblySerenity.Net.Data

Gets the expression for specified dialect. Prefer ToString(ISqlDialect) version as it allows the dialect to optionally customize the formatted expression via ISqlExpressionTranslator interface.

public abstract string Translate(ISqlDialect dialect)
parameter description
dialect Target dialect

See Also