3 references to UNSIGNED
System.Data (3)
fx\src\data\System\Data\Odbc\Odbc32.cs (1)
330UNSIGNED = SQL_COLUMN.UNSIGNED,
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (2)
522bool sign = (GetColAttribute(i, ODBC32.SQL_DESC.UNSIGNED, ODBC32.SQL_COLUMN.UNSIGNED, ODBC32.HANDLER.THROW).ToInt64() != 0); 1787bool sign = (GetColAttribute(i, ODBC32.SQL_DESC.UNSIGNED, ODBC32.SQL_COLUMN.UNSIGNED, ODBC32.HANDLER.THROW).ToInt64() != 0);