BaseExpressionAttribute.Translate method
namespace: Serenity.Data.Mapping assembly: Serenity.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
- interface ISqlDialect
- class BaseExpressionAttribute