1 write to _cmdText
System.Data (1)
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (1)
73
_cmdText
= command.CommandText; // get a copy in case the command text on the command is changed ...
1 reference to _cmdText
System.Data (1)
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (1)
2404
String localcmdtext =
_cmdText
;