9 references to IsBehavior
System.Data.Odbc (9)
System\Data\Odbc\DbDataRecord.cs (1)
53
_randomaccess = (!record.
IsBehavior
(CommandBehavior.SequentialAccess));
System\Data\Odbc\OdbcCommand.cs (8)
641
if (localReader.
IsBehavior
(CommandBehavior.KeyInfo))
665
if (localReader.
IsBehavior
(CommandBehavior.KeyInfo) ||
666
localReader.
IsBehavior
(CommandBehavior.SchemaOnly))
704
if (!localReader.
IsBehavior
(CommandBehavior.SchemaOnly))
709
if ((localReader.
IsBehavior
(CommandBehavior.KeyInfo) || localReader.
IsBehavior
(CommandBehavior.SchemaOnly))
735
if (localReader.
IsBehavior
(CommandBehavior.KeyInfo) || _isPrepared)
819
if (!localReader.
IsBehavior
(CommandBehavior.SchemaOnly))