5 references to tagDBPROP
System.Data (5)
fx\src\data\System\Data\OleDb\DBPropSet.cs (1)
244tagDBPROP dbprop = new tagDBPROP(propertyId, required, value);
fx\src\data\System\Data\OleDb\OleDbCommand.cs (4)
1234dbprops[0] = new tagDBPROP(ODB.DBPROP_COMMANDTIMEOUT, false, CommandTimeout); 1238dbprops[1] = new tagDBPROP(ODB.DBPROP_ACCESSORDER, false, ODB.DBPROPVAL_AO_RANDOM); // MDAC 73030 1242dbprops[2] = new tagDBPROP(ODB.DBPROP_UNIQUEROWS, false, keyInfo); 1245dbprops[3] = new tagDBPROP(ODB.DBPROP_IColumnsRowset, false, true);