BaseExpressionAttribute.Translate method
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 |
Return Value
The translated expression for the specified dialect.
See Also
- interface ISqlDialect
- class BaseExpressionAttribute