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)
97
CommandBehavior behavior =
_commandBehavior
;
882
reader = new OleDbDataReader(_connection, _command, 1+Depth,
_commandBehavior
& ~CommandBehavior.CloseConnection);
1051
return (condition == (condition &
_commandBehavior
));