4 instantiations of SQLLEN
System.Data.Odbc (4)
System\Data\Odbc\OdbcStatementHandle.cs (4)
30return new SQLLEN(value); 35return new SQLLEN(value); 110numericAttribute = new SQLLEN(result); 259rowCount = new SQLLEN(result);
14 references to SQLLEN
System.Data.Odbc (14)
System\Data\Odbc\OdbcDataReader.cs (8)
230SQLLEN isHidden = GetColAttribute(i, (ODBC32.SQL_DESC)ODBC32.SQL_CA_SS.COLUMN_HIDDEN, (ODBC32.SQL_COLUMN)(-1), ODBC32.HANDLER.IGNORE); 257private SQLLEN GetRowCount() 261SQLLEN cRowsAffected; 1531private SQLLEN GetColAttribute(int iColumn, ODBC32.SQL_DESC v3FieldId, ODBC32.SQL_COLUMN v2FieldId, ODBC32.HANDLER handler) 1533SQLLEN numericAttribute; 1885SQLLEN cRowsAffected; 1914SQLLEN cRowsAffected; 2954internal SQLLEN size;
System\Data\Odbc\OdbcStatementHandle.cs (6)
28public static implicit operator SQLLEN(int value) 33public static explicit operator SQLLEN(long value) 38public static implicit operator int(SQLLEN value) 43public static explicit operator long(SQLLEN value) 106internal ODBC32.SQLRETURN ColumnAttribute(int columnNumber, short fieldIdentifier, CNativeBuffer characterAttribute, out short stringLength, out SQLLEN numericAttribute) 255internal ODBC32.SQLRETURN RowCount(out SQLLEN rowCount)