1 write to _commandType
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
713
_commandType
= value;
2 references to _commandType
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (2)
703
CommandType cmdType =
_commandType
;
708
if (
_commandType
!= value) {