Skip to main content
All docs
V26.1
  • JoinType Enum

    Lists join types.

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v26.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public enum JoinType

    Members

    Name Description
    Inner

    The inner join type.

    LeftOuter

    The left outer join type.

    RightOuter

    The right outer join type.

    FullOuter

    The full outer join type.

    Related API Members

    The following properties accept/return JoinType values:

    See Also