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)
635
if (localReader.
IsBehavior
(CommandBehavior.KeyInfo))
659
if (localReader.
IsBehavior
(CommandBehavior.KeyInfo) ||
660
localReader.
IsBehavior
(CommandBehavior.SchemaOnly))
698
if (!localReader.
IsBehavior
(CommandBehavior.SchemaOnly))
703
if ((localReader.
IsBehavior
(CommandBehavior.KeyInfo) || localReader.
IsBehavior
(CommandBehavior.SchemaOnly))
729
if (localReader.
IsBehavior
(CommandBehavior.KeyInfo) || _isPrepared)
813
if (!localReader.
IsBehavior
(CommandBehavior.SchemaOnly))