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

◆ s_storageClassType

readonly Type [] System.Data.Common.DataStorage.s_storageClassType
staticprivateinherited
Initial value:
= new Type[41]
{
null,
typeof(object),
typeof(DBNull),
typeof(bool),
typeof(char),
typeof(sbyte),
typeof(byte),
typeof(short),
typeof(ushort),
typeof(int),
typeof(uint),
typeof(long),
typeof(ulong),
typeof(float),
typeof(double),
typeof(decimal),
typeof(DateTime),
typeof(TimeSpan),
typeof(string),
typeof(Guid),
typeof(byte[]),
typeof(char[]),
typeof(Type),
typeof(DateTimeOffset),
typeof(BigInteger),
typeof(Uri),
typeof(SqlBinary),
typeof(SqlBoolean),
typeof(SqlByte),
typeof(SqlBytes),
typeof(SqlChars),
typeof(SqlDateTime),
typeof(SqlDecimal),
typeof(SqlDouble),
typeof(SqlGuid),
typeof(SqlInt16),
typeof(SqlInt32),
typeof(SqlInt64),
typeof(SqlMoney),
typeof(SqlSingle),
typeof(SqlString)
}

Definition at line 14 of file DataStorage.cs.

15 {
16 null,
17 typeof(object),
19 typeof(bool),
20 typeof(char),
21 typeof(sbyte),
22 typeof(byte),
23 typeof(short),
24 typeof(ushort),
25 typeof(int),
26 typeof(uint),
27 typeof(long),
28 typeof(ulong),
29 typeof(float),
30 typeof(double),
31 typeof(decimal),
34 typeof(string),
35 typeof(Guid),
36 typeof(byte[]),
37 typeof(char[]),
38 typeof(Type),
41 typeof(Uri),
57 };

Referenced by System.Data.Common.DataStorage.GetStorageType(), System.Data.Common.DataStorage.GetTypeStorage(), and System.Data.Common.DataStorage.IsSqlType().