// Assembly: System.Data
// Full name: System.Data.Common.StorageType

namespace System.Data.Common
{
public class StorageType // TypeDefIndex: 8491
{
	// Fields
	type#20890 value__;
	type#26537 Empty;
	type#26537 Object;
	type#26537 DBNull;
	type#26537 Boolean;
	type#26537 Char;
	type#26537 SByte;
	type#26537 Byte;
	type#26537 Int16;
	type#26537 UInt16;
	type#26537 Int32;
	type#26537 UInt32;
	type#26537 Int64;
	type#26537 UInt64;
	type#26537 Single;
	type#26537 Double;
	type#26537 Decimal;
	type#26537 DateTime;
	type#26537 TimeSpan;
	type#26537 String;
	type#26537 Guid;
	type#26537 ByteArray;
	type#26537 CharArray;
	type#26537 Type;
	type#26537 DateTimeOffset;
	type#26537 BigInteger;
	type#26537 Uri;
	type#26537 SqlBinary;
	type#26537 SqlBoolean;
	type#26537 SqlByte;
	type#26537 SqlBytes;
	type#26537 SqlChars;
	type#26537 SqlDateTime;
	type#26537 SqlDecimal;
	type#26537 SqlDouble;
	type#26537 SqlGuid;
	type#26537 SqlInt16;
	type#26537 SqlInt32;
	type#26537 SqlInt64;
	type#26537 SqlMoney;
	type#26537 SqlSingle;
	type#26537 SqlString;
}
}
