2 references to GetDataSourcePropertyValue
System.Data (2)
fx\src\data\System\Data\OleDb\OleDbConnection.cs (1)
399
return connection.
GetDataSourcePropertyValue
(propertySet, propertyID);
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (1)
340
object value =
GetDataSourcePropertyValue
(propertySet, propertyID);