1 write to _commandBehavior
System.Data.OleDb (1)
OleDbDataReader.cs (1)
77_commandBehavior = commandBehavior;
3 references to _commandBehavior
System.Data.OleDb (3)
OleDbDataReader.cs (3)
88CommandBehavior behavior = _commandBehavior; 965reader = new OleDbDataReader(_connection, _command, 1 + Depth, _commandBehavior & ~CommandBehavior.CloseConnection); 1171return (condition == (condition & _commandBehavior));