6 instantiations of DBPropSet
System.Data.OleDb (6)
DbPropSet.cs (1)
281
DBPropSet propertyset = new
DBPropSet
(1);
OleDbCommand.cs (2)
1254
using (DBPropSet propset = new
DBPropSet
(icommandProperties, propidset, out hr))
1329
propSet = new
DBPropSet
(1);
OleDbConnectionInternal.cs (1)
363
using (DBPropSet propset = new
DBPropSet
(idbProperties.Value, propidset, out hr))
OleDbConnectionStringBuilder.cs (1)
470
using (DBPropSet propset = new
DBPropSet
(idbProperties.Value, propidset, out hr))
OleDbDataReader.cs (1)
1815
using (DBPropSet propset = new
DBPropSet
(irowsetinfo, propidset, out hr))
12 references to DBPropSet
System.Data.OleDb (12)
DbPropSet.cs (2)
278
internal static
DBPropSet
CreateProperty(Guid propertySet, int propertyId, bool required, object value)
281
DBPropSet
propertyset = new DBPropSet(1);
OleDbCommand.cs (5)
988
using (
DBPropSet
? propSet = CommandPropertySets())
1254
using (
DBPropSet
propset = new DBPropSet(icommandProperties, propidset, out hr))
1302
using (
DBPropSet
? propSet = CommandPropertySets())
1318
private
DBPropSet
? CommandPropertySets()
1320
DBPropSet
? propSet = null;
OleDbConnection.cs (2)
536
using (
DBPropSet
propSet =
DBPropSet
.CreateProperty(propertySet, propertyID, required, value))
OleDbConnectionInternal.cs (1)
363
using (
DBPropSet
propset = new DBPropSet(idbProperties.Value, propidset, out hr))
OleDbConnectionStringBuilder.cs (1)
470
using (
DBPropSet
propset = new DBPropSet(idbProperties.Value, propidset, out hr))
OleDbDataReader.cs (1)
1815
using (
DBPropSet
propset = new DBPropSet(irowsetinfo, propidset, out hr))