2 writes to _commandType
System.Data.Entity (2)
System\Data\EntityClient\EntityCommand.cs (2)
59
this.
_commandType
= CommandType.Text;
309
this.
_commandType
= value;
1 reference to _commandType
System.Data.Entity (1)
System\Data\EntityClient\EntityCommand.cs (1)
297
return this.
_commandType
;