Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SupportedJoinOperators.cs
Go to the documentation of this file.
1
namespace
System.Data.Common
;
2
3
[Flags]
4
public
enum
SupportedJoinOperators
5
{
6
None
= 0,
7
Inner
= 1,
8
LeftOuter
= 2,
9
RightOuter
= 4,
10
FullOuter
= 8
11
}
System.Data.Common.SupportedJoinOperators
SupportedJoinOperators
Definition
SupportedJoinOperators.cs:5
System.Data.Common.SupportedJoinOperators.LeftOuter
@ LeftOuter
System.Data.Common.SupportedJoinOperators.FullOuter
@ FullOuter
System.Data.Common.SupportedJoinOperators.None
@ None
System.Data.Common.SupportedJoinOperators.Inner
@ Inner
System.Data.Common.SupportedJoinOperators.RightOuter
@ RightOuter
System.Data.Common
Definition
ADP.cs:12
source
System.Data.Common
System.Data.Common
SupportedJoinOperators.cs
Generated by
1.10.0