3 writes to flags
System.Data (3)
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (3)
503
info.
flags
= dbColumnInfo.dwFlags;
1869
info.
flags
&= ~ODB.DBCOLUMNFLAGS_ISNULLABLE;
2109
info.
flags
= unchecked((int) columnflags.columnBinding.Value_UI4());
8 references to flags
System.Data (8)
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (8)
375
newRow[isLong] = OleDbDataReader.IsLong(info.
flags
);
377
newRow[allowDBNull] = OleDbDataReader.AllowDBNull(info.
flags
);
380
newRow[allowDBNull] = OleDbDataReader.AllowDBNullMaybeNull(info.
flags
);
382
newRow[isReadOnly] = OleDbDataReader.IsReadOnly(info.
flags
);
383
newRow[isRowVersion] = OleDbDataReader.IsRowVersion(info.
flags
);
2111
bool islong = OleDbDataReader.IsLong(info.
flags
);
2112
bool isfixed = OleDbDataReader.IsFixed(info.
flags
);
2223
else if (OleDbDataReader.DoColumnDropFilter(info.
flags
)) {