1 write to _commandText
System.Data.OleDb (1)
OleDbCommand.cs (1)
123
_commandText
= value;
2 references to _commandText
System.Data.OleDb (2)
OleDbCommand.cs (2)
116
return
_commandText
?? string.Empty;
120
if (0 != ADP.SrcCompare(
_commandText
, value))