12 references to IsCommandBehavior
System.Data.Odbc (12)
System\Data\Odbc\OdbcDataReader.cs (12)
124
return
IsCommandBehavior
(behavior);
222
if (
IsCommandBehavior
(CommandBehavior.KeyInfo))
357
if (
IsCommandBehavior
(CommandBehavior.CloseConnection))
412
return new DbEnumerator((IDataReader)this,
IsCommandBehavior
(CommandBehavior.CloseConnection));
628
if (!
IsCommandBehavior
(CommandBehavior.SequentialAccess))
1125
bool isRandomAccess = !
IsCommandBehavior
(CommandBehavior.SequentialAccess);
1824
if (_noMoreRows || _noMoreResults ||
IsCommandBehavior
(CommandBehavior.SchemaOnly))
1867
if (
IsCommandBehavior
(CommandBehavior.SingleRow))
1919
bool singleResult =
IsCommandBehavior
(CommandBehavior.SingleResult);
2003
bool needkeyinfo =
IsCommandBehavior
(CommandBehavior.KeyInfo);
2069
if (
IsCommandBehavior
(CommandBehavior.KeyInfo))
2150
if (
IsCommandBehavior
(CommandBehavior.KeyInfo))