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