Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SqlCompareOptions.cs
Go to the documentation of this file.
1
using
System.Runtime.CompilerServices
;
2
3
namespace
System.Data.SqlTypes
;
4
5
[Flags]
6
[TypeForwardedFrom(
"System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
)]
7
public
enum
SqlCompareOptions
8
{
9
None
= 0,
10
IgnoreCase
= 1,
11
IgnoreNonSpace
= 2,
12
IgnoreKanaType
= 8,
13
IgnoreWidth
= 0x10,
14
BinarySort
= 0x8000,
15
BinarySort2
= 0x4000
16
}
System.Data.SqlTypes.SqlCompareOptions
SqlCompareOptions
Definition
SqlCompareOptions.cs:8
System.Data.SqlTypes.SqlCompareOptions.IgnoreKanaType
@ IgnoreKanaType
System.Data.SqlTypes.SqlCompareOptions.BinarySort2
@ BinarySort2
System.Data.SqlTypes.SqlCompareOptions.BinarySort
@ BinarySort
System.Data.SqlTypes.SqlCompareOptions.IgnoreCase
@ IgnoreCase
System.Data.SqlTypes.SqlCompareOptions.None
@ None
System.Data.SqlTypes.SqlCompareOptions.IgnoreNonSpace
@ IgnoreNonSpace
System.Data.SqlTypes.SqlCompareOptions.IgnoreWidth
@ IgnoreWidth
System.Data.SqlTypes
Definition
EComparison.cs:1
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
source
System.Data.Common
System.Data.SqlTypes
SqlCompareOptions.cs
Generated by
1.10.0