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