3 writes to _stmt
System.Data (3)
fx\src\data\System\Data\Odbc\OdbcCommand.cs (3)
938_stmt = _connection.CreateStatementHandle(); 970_stmt = null; 996_stmt = null;
7 references to _stmt
System.Data (7)
fx\src\data\System\Data\Odbc\OdbcCommand.cs (7)
922get { return _stmt; } 968OdbcStatementHandle handle = _stmt; 986OdbcStatementHandle handle = _stmt; 1028_hdesc = hdesc = new OdbcDescriptorHandle(_stmt, attribute); 1035_stmt.GetDiagnosticField(out sqlstate); 1043_connection.HandleErrorNoThrow(_stmt, retcode); 1046throw _connection.HandleErrorNoThrow(_stmt, retcode);