5 references to GetPropertySet
System.Data (5)
fx\src\data\System\Data\OleDb\OleDbCommand.cs (1)
1171dbprops = propset.GetPropertySet(0, out propertySet);
fx\src\data\System\Data\OleDb\OleDbConnection.cs (1)
552tagDBPROP[] dbprops = propSet.GetPropertySet(0, out propertySet);
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (1)
359dbprops = propset.GetPropertySet(0, out propertySet);
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (1)
437tagDBPROP[] props = propset.GetPropertySet(i, out propertyset);
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (1)
1664dbprops = propset.GetPropertySet(0, out propertySet);