ISqlExpressionTranslator.Translate method

namespace: Serenity.Data   assemblySerenity.Net.Data

Returns customized version for passed expression attribute. If the dialect don't have custom handling for the expression, it should return null.

public string Translate(object expression)
parameter description
expression Expression attribute or subclass. In some cases it can be another unknown object type so the implementor should check the type.

See Also