3 writes to _stmt
System.Data.Odbc (3)
System\Data\Odbc\OdbcCommand.cs (3)
1039_stmt = _connection.CreateStatementHandle(); 1075_stmt = null; 1108_stmt = null;
7 references to _stmt
System.Data.Odbc (7)
System\Data\Odbc\OdbcCommand.cs (7)
1019get { return _stmt; } 1072OdbcStatementHandle? handle = _stmt; 1094OdbcStatementHandle? handle = _stmt; 1147_hdesc = hdesc = new OdbcDescriptorHandle(_stmt!, attribute); 1155_stmt!.GetDiagnosticField(out sqlstate); 1165_connection.HandleErrorNoThrow(_stmt!, retcode); 1168throw _connection.HandleErrorNoThrow(_stmt!, retcode)!;