Namespace LinqToDB.Internal.DataProvider.Translation
Classes
- ConvertContext
Default IConvertContext implementation.
Interfaces
- IConvertContext
Context passed to Convert(Expression, IConvertContext, out bool). Exposes the options that influence a member conversion (for example the configured default NULLS ordering used when rewriting legacy analytic
ORDER BYchains).
- IMemberConverter
Defines a mechanism for converting an Expression into another Expression while indicating whether the conversion was handled.