3 writes to _stmt
System.Data.Odbc (3)
System\Data\Odbc\OdbcCommand.cs (3)
1033_stmt = _connection.CreateStatementHandle(); 1069_stmt = null; 1102_stmt = null;
7 references to _stmt
System.Data.Odbc (7)
System\Data\Odbc\OdbcCommand.cs (7)
1013get { return _stmt; } 1066OdbcStatementHandle? handle = _stmt; 1088OdbcStatementHandle? handle = _stmt; 1141_hdesc = hdesc = new OdbcDescriptorHandle(_stmt!, attribute); 1149_stmt!.GetDiagnosticField(out sqlstate); 1159_connection.HandleErrorNoThrow(_stmt!, retcode); 1162throw _connection.HandleErrorNoThrow(_stmt!, retcode)!;