Table of Contents

Interface IConvertContext

Namespace
LinqToDB.Internal.DataProvider.Translation
Assembly
linq2db.dll

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 BY chains).

public interface IConvertContext
Extension Methods

Properties

DataOptions

Data options for the current query/conversion.

DataOptions DataOptions { get; }

Property Value

DataOptions