JoinOperation Enumeration

Enumeration used for relational join operation types.

Namespace:  Dundas.BI.Data.DataProviders.Relational
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum JoinOperation
Members
  Member nameValueDescription
None0 The join type is not set.
Inner1 Inner join type.
Left2 Left join type.
Right3 Right join type.
Full4 Full join type.
See Also