2 references to GetDataSourcePropertyValue
System.Data.OleDb (2)
OleDbConnection.cs (1)
391
return connection.
GetDataSourcePropertyValue
(propertySet, propertyID);
OleDbConnectionInternal.cs (1)
347
object? value =
GetDataSourcePropertyValue
(propertySet, propertyID);