Table of Contents

Delegate TranslationRegistration.TranslateUnaryFunc

Namespace
LinqToDB.Internal.DataProvider.Translation
Assembly
linq2db.dll
public delegate Expression? TranslationRegistration.TranslateUnaryFunc(ITranslationContext translationContext, UnaryExpression unaryExpression, TranslationFlags translationFlags)

Parameters

translationContext ITranslationContext
unaryExpression UnaryExpression
translationFlags TranslationFlags

Returns

Expression
Extension Methods