7 references to OleDbStructHelpers
System.Data.OleDb (7)
DbPropSet.cs (2)
196
properties[i] =
OleDbStructHelpers
.CreateTagDbProp();
280
ItagDBPROP dbprop =
OleDbStructHelpers
.CreateTagDbProp(propertyId, required, value);
OleDbCommand.cs (4)
1333
dbprops[0] =
OleDbStructHelpers
.CreateTagDbProp(ODB.DBPROP_COMMANDTIMEOUT, false, CommandTimeout);
1338
dbprops[1] =
OleDbStructHelpers
.CreateTagDbProp(ODB.DBPROP_ACCESSORDER, false, ODB.DBPROPVAL_AO_RANDOM);
1343
dbprops[2] =
OleDbStructHelpers
.CreateTagDbProp(ODB.DBPROP_UNIQUEROWS, false, keyInfo);
1346
dbprops[3] =
OleDbStructHelpers
.CreateTagDbProp(ODB.DBPROP_IColumnsRowset, false, true);
PropertyInfoSet.cs (1)
71
ItagDBPROPINFO propinfo =
OleDbStructHelpers
.CreateTagDbPropInfo();