Skip to content

ISqlExpressionTranslator interface

namespace: Serenity.Data   assemblySerenity.Net.Services

An interface that custom ISqlDialect types can implement to change the generated expressions for dynamic expressions like ConcatExpressionAttribute. Implementors should return null if they cannot handle the given expression type.

public interface ISqlExpressionTranslator

Members

name description
Translate(…) Returns a customized version for the passed expression attribute. If the dialect has no custom handling for the expression, it should return null.

See Also