Skip to main content

contextloadingoptions-enum

Represents different options used during loading model from context

public enum Korzh.EasyQuery.Linq.ContextLoadingOptions
: Enum

Assembly: Korzh.EasyQuery.Linq.dll

Enum

NameValueDescription
Default0The default set of options
JoinUsingPrimitiveTypes1Try to join System.Types using primitive type properties as foreign keys (such as OrderID). Navigation properties are used by default
ScanOnlyQueryable2Scan only properties that implement IQueryable interface. By default all IEnumerable are used
ProcessInheritance4Include ancestor's properties
LeaveNonLinqOperators8Leave in loaded model the operators which are not supported in LINQ queries.