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)
1013
get { return
_stmt
; }
1066
OdbcStatementHandle? handle =
_stmt
;
1088
OdbcStatementHandle? handle =
_stmt
;
1141
_hdesc = hdesc = new OdbcDescriptorHandle(
_stmt
!, attribute);
1149
_stmt
!.GetDiagnosticField(out sqlstate);
1159
_connection.HandleErrorNoThrow(
_stmt
!, retcode);
1162
throw _connection.HandleErrorNoThrow(
_stmt
!, retcode)!;