Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ DbType

Enumerator
AnsiString 
Binary 
Byte 
Boolean 
Currency 
Date 
DateTime 
Decimal 
Double 
Guid 
Int16 
Int32 
Int64 
Object 
SByte 
Single 
String 
Time 
UInt16 
UInt32 
UInt64 
VarNumeric 
AnsiStringFixedLength 
StringFixedLength 
Xml 
DateTime2 
DateTimeOffset 

Definition at line 3 of file DbType.cs.

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,
29 Xml = 25,
30 DateTime2 = 26,
32}