1 write to _commandBehavior
System.Data (1)
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (1)
88_commandBehavior = commandBehavior;
3 references to _commandBehavior
System.Data (3)
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (3)
97CommandBehavior behavior = _commandBehavior; 882reader = new OleDbDataReader(_connection, _command, 1+Depth, _commandBehavior & ~CommandBehavior.CloseConnection); 1051return (condition == (condition & _commandBehavior));