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