Skip to content

NoPathResolution enum

The values of this type will tell Query object how to resolve the situation when two tables does not have a path between them

public enum Korzh.EasyQuery.NoPathResolution
: Enum

Package: Korzh.EasyQuery (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.dll

NameValueDescription
ThrowException0Throw an exception
CartesianProduct1create SQL with Cartesian product of selected tables if there is no link between them;
FlexibleModel2shrink model automatically. When some table is selected - we show to the user only those tables which are linked with selected one.