namespace: Serenity.Data assembly: Serenity.Net.Data
An interface custom ISqlDialect types can implement to change generated expressions for dynamic expression like ConcatExpressionAttribute. They should return NULL if it can't handle this expression type
public interface ISqlExpressionTranslator
name | description |
---|---|
Translate(…) | Returns customized version for passed expression attribute. If the dialect don't have custom handling for the expression, it should return null. |
- Source: ISqlExpressionTranslator.cs