Skip to content

ContextLoadingOptions enum

Represents different options used during loading model from context

public enum Korzh.EasyQuery.Linq.ContextLoadingOptions
: Enum, IComparable, IFormattable, IConvertible
ValueNameDescription
0DefaultThe default set of options
1JoinUsingPrimitiveTypesTry to join System.Types using primitive type properties as foreign keys (such as OrderID). Navigation properties are used by default
2ScanOnlyQueryableScan only properties that implement IQueryable interface. By default all IEnumerable are used
4ProcessInheritanceInclude ancestor’s properties
8LeaveNonLinqOperatorsLeave in loaded model the operators which are not supported in LINQ queries.