Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DbType.cs
Go to the documentation of this file.
1
namespace
System.Data
;
2
3
public
enum
DbType
4
{
5
AnsiString
= 0,
6
Binary = 1,
7
Byte
= 2,
8
Boolean
= 3,
9
Currency
= 4,
10
Date
= 5,
11
DateTime
= 6,
12
Decimal
= 7,
13
Double
= 8,
14
Guid
= 9,
15
Int16
= 10,
16
Int32
= 11,
17
Int64
= 12,
18
Object
= 13,
19
SByte
= 14,
20
Single
= 15,
21
String
= 16,
22
Time
= 17,
23
UInt16
= 18,
24
UInt32
= 19,
25
UInt64
= 20,
26
VarNumeric
= 21,
27
AnsiStringFixedLength
= 22,
28
StringFixedLength
= 23,
29
Xml = 25,
30
DateTime2
= 26,
31
DateTimeOffset
= 27
32
}
System.Object
Definition
Object.cs:12
System.String
Definition
String.cs:22
System.Data.DbType
DbType
Definition
DbType.cs:4
System.Data.DbType.Date
@ Date
System.Data.DbType.DateTime2
@ DateTime2
System.Data.DbType.AnsiStringFixedLength
@ AnsiStringFixedLength
System.Data.DbType.StringFixedLength
@ StringFixedLength
System.Data.DbType.VarNumeric
@ VarNumeric
System.Data.DbType.Time
@ Time
System.Data.DbType.AnsiString
@ AnsiString
System.Data
Definition
ADP.cs:12
System.Boolean
Definition
Boolean.cs:10
System.Byte
Definition
Byte.cs:12
System.Currency
Definition
Currency.cs:4
System.DateTimeOffset
Definition
DateTimeOffset.cs:14
System.DateTime
Definition
DateTime.cs:15
System.Decimal
Definition
Decimal.cs:18
System.Double
Definition
Double.cs:12
System.Guid
Definition
Guid.cs:15
System.Int16
Definition
Int16.cs:12
System.Int32
Definition
Int32.cs:12
System.Int64
Definition
Int64.cs:12
System.SByte
Definition
SByte.cs:13
System.Single
Definition
Single.cs:12
System.UInt16
Definition
UInt16.cs:13
System.UInt32
Definition
UInt32.cs:13
System.UInt64
Definition
UInt64.cs:13
source
System.Data.Common
System.Data
DbType.cs
Generated by
1.10.0