<PackageReference Include="NETStandard.Library" Version="2.0.0" />

System.Data.Common.SupportedJoinOperators

namespace System.Data.Common { public enum SupportedJoinOperators { FullOuter = 8, Inner = 1, LeftOuter = 2, None = 0, RightOuter = 4 } }