Base:
method
GetInt16
System.Data.Common.DbDataReader.GetInt16(System.Int32)
4 references to GetInt16
System.Data (4)
fx\src\data\System\Data\Odbc\OdbcCommandBuilder.cs (4)
203
switch ((ODBC32.SQL_PARAM)reader.
GetInt16
(ODBC32.COLUMN_TYPE-1)){
221
parameter.OdbcType = TypeMap.FromSqlType((ODBC32.SQL_TYPE)reader.
GetInt16
(ODBC32.DATA_TYPE-1))._odbcType;
226
parameter.ScaleInternal = (Byte)reader.
GetInt16
(ODBC32.DECIMAL_DIGITS-1);
227
parameter.PrecisionInternal = (Byte)reader.
GetInt16
(ODBC32.NUM_PREC_RADIX-1);