Skip to main 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

Assembly: Korzh.EasyQuery.dll

Enum

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.