9 references to IsBehavior
System.Data (9)
fx\src\data\System\Data\Odbc\DbDataRecord.cs (1)
70
_randomaccess = (!record.
IsBehavior
(CommandBehavior.SequentialAccess));
fx\src\data\System\Data\Odbc\OdbcCommand.cs (8)
585
if(localReader.
IsBehavior
(CommandBehavior.KeyInfo)) {
605
if(localReader.
IsBehavior
(CommandBehavior.KeyInfo) ||
606
localReader.
IsBehavior
(CommandBehavior.SchemaOnly)) {
642
if(!localReader.
IsBehavior
(CommandBehavior.SchemaOnly)) {
647
if((localReader.
IsBehavior
(CommandBehavior.KeyInfo) || localReader.
IsBehavior
(CommandBehavior.SchemaOnly))
667
if(localReader.
IsBehavior
(CommandBehavior.KeyInfo) || _isPrepared) {
746
if(!localReader.
IsBehavior
(CommandBehavior.SchemaOnly)) {