Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
StorageType.cs
Go to the documentation of this file.
1namespace System.Data.Common;
2
3internal enum StorageType
4{
5 Empty,
6 Object,
7 DBNull,
9 Char,
10 SByte,
11 Byte,
12 Int16,
13 UInt16,
14 Int32,
15 UInt32,
16 Int64,
17 UInt64,
18 Single,
19 Double,
20 Decimal,
23 String,
24 Guid,
27 Type,
30 Uri,
33 SqlByte,
39 SqlGuid,
46}