8 references to SupportedJoinOperators
netstandard (1)
netstandard.cs (1)
480[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.SupportedJoinOperators))]
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
54[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.SupportedJoinOperators))]
System.Data.Odbc (6)
System\Data\Odbc\OdbcMetaDataFactory.cs (6)
630Common.SupportedJoinOperators supportedJoinOperators = Common.SupportedJoinOperators.None; 633supportedJoinOperators |= Common.SupportedJoinOperators.LeftOuter; 637supportedJoinOperators |= Common.SupportedJoinOperators.RightOuter; 641supportedJoinOperators |= Common.SupportedJoinOperators.FullOuter; 645supportedJoinOperators |= Common.SupportedJoinOperators.Inner;