Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 654 Bytes

File metadata and controls

16 lines (11 loc) · 654 Bytes

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