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