MetaJoinIsBiDirectional Property |
Indicates if the join can also be used in the other direction (left-right or right-left). For LINQ tables, the join clause must have the pattern with 'equals' (e.g. 'Helper.ToString(leftTable["col1"]) equals Helper.ToString(rightTable["col2"])').
Namespace: Seal.ModelAssembly: SealLibrary (in SealLibrary.dll) Version: 8.1.0.0+4fe7975a95558d7cdf0d4c425e2c3a22827d67dd
Syntax public bool IsBiDirectional { get; set; }
Property Value
BooleanSee Also