Skip to main content

TdxJoinType Enum

Declaration

TdxJoinType = (
    Inner,
    LeftOuter
);

Members

Name
Inner
LeftOuter
See Also