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 (25.3.0.1000)
Syntaxpublic enum JoinOperation
Public Enumeration JoinOperation
public enum class JoinOperation
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | None | 0 | 
            The join type is not set.
             | 
 | Inner | 1 | 
            Inner join type.
             | 
 | Left | 2 | 
            Left join type.
             | 
 | Right | 3 | 
            Right join type.
             | 
 | Full | 4 | 
            Full join type.
             | 
See Also