2 references to SmallDateTime
System.Data (2)
fx\src\data\System\Data\Odbc\Odbc32.cs (2)
794
static private readonly TypeMap _SmallDT = new TypeMap(OdbcType.
SmallDateTime
, DbType.DateTime, typeof(DateTime), ODBC32.SQL_TYPE.TYPE_TIMESTAMP, ODBC32.SQL_C.TYPE_TIMESTAMP, ODBC32.SQL_C.TYPE_TIMESTAMP, 16, 23, false);
851
case OdbcType.
SmallDateTime
: return _SmallDT;