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