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