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)
1019
get { return
_stmt
; }
1072
OdbcStatementHandle? handle =
_stmt
;
1094
OdbcStatementHandle? handle =
_stmt
;
1147
_hdesc = hdesc = new OdbcDescriptorHandle(
_stmt
!, attribute);
1155
_stmt
!.GetDiagnosticField(out sqlstate);
1165
_connection.HandleErrorNoThrow(
_stmt
!, retcode);
1168
throw _connection.HandleErrorNoThrow(
_stmt
!, retcode)!;