// Assembly: System.Data
// Full name: DataTypePrecedence

public class DataTypePrecedence // TypeDefIndex: 8382
{
	// Fields
	type#20890 value__;
	type#30263 SqlDateTime;
	type#30263 DateTimeOffset;
	type#30263 DateTime;
	type#30263 TimeSpan;
	type#30263 SqlDouble;
	type#30263 Double;
	type#30263 SqlSingle;
	type#30263 Single;
	type#30263 SqlDecimal;
	type#30263 Decimal;
	type#30263 SqlMoney;
	type#30263 UInt64;
	type#30263 SqlInt64;
	type#30263 Int64;
	type#30263 UInt32;
	type#30263 SqlInt32;
	type#30263 Int32;
	type#30263 UInt16;
	type#30263 SqlInt16;
	type#30263 Int16;
	type#30263 Byte;
	type#30263 SqlByte;
	type#30263 SByte;
	type#30263 Error;
	type#30263 SqlBoolean;
	type#30263 Boolean;
	type#30263 SqlGuid;
	type#30263 SqlString;
	type#30263 String;
	type#30263 SqlXml;
	type#30263 SqlChars;
	type#30263 Char;
	type#30263 SqlBytes;
	type#30263 SqlBinary;
}
