Base:
method
GetInt16
System.Data.Common.DbDataReader.GetInt16(System.Int32)
4 references to GetInt16
System.Data.Odbc (4)
System\Data\Odbc\OdbcCommandBuilder.cs (4)
213
switch ((ODBC32.SQL_PARAM)reader.
GetInt16
(ODBC32.COLUMN_TYPE - 1))
232
parameter.OdbcType = TypeMap.FromSqlType((ODBC32.SQL_TYPE)reader.
GetInt16
(ODBC32.DATA_TYPE - 1))._odbcType;
238
parameter.ScaleInternal = (byte)reader.
GetInt16
(ODBC32.DECIMAL_DIGITS - 1);
239
parameter.PrecisionInternal = (byte)reader.
GetInt16
(ODBC32.NUM_PREC_RADIX - 1);