6 references to MetaTinyInt
System.Data (6)
fx\src\data\System\Data\SqlClient\SqlEnums.cs (6)
195
case SqlDbType.TinyInt: return
MetaTinyInt
;
226
case DbType.Byte: return
MetaTinyInt
;
309
return
MetaTinyInt
;
372
case TypeCode.Byte: return
MetaTinyInt
;
641
case TdsEnums.SQLINTN: return ((4 <= length) ? ((4 == length) ? MetaInt : MetaBigInt) : ((2 == length) ? MetaSmallInt :
MetaTinyInt
));
658
case TdsEnums.SQLINT1: return
MetaTinyInt
;