10 references to GetDataSourcePropertyValue
System.Data.OleDb (10)
OleDbConnection.cs (3)
226
object? value =
GetDataSourcePropertyValue
(OleDbPropertySetGuid.DataSourceInfo, ODB.DBPROP_CONNECTIONSTATUS);
302
object? value =
GetDataSourcePropertyValue
(OleDbPropertySetGuid.DataSourceInfo, ODB.DBPROP_QUOTEDIDENTIFIERCASE);
396
object? value =
GetDataSourcePropertyValue
(propertySet, propertyID);
OleDbConnectionFactory.cs (1)
60
string? providerFileName = oleDbOuterConnection.
GetDataSourcePropertyValue
(OleDbPropertySetGuid.DataSourceInfo, ODB.DBPROP_PROVIDERFILENAME) as string;
OleDbConnectionString.cs (2)
181
object? value = connection.
GetDataSourcePropertyValue
(OleDbPropertySetGuid.DataSourceInfo, ODB.DBPROP_SQLSUPPORT);
212
object? value = connection.
GetDataSourcePropertyValue
(OleDbPropertySetGuid.DataSourceInfo, ODB.DBPROP_MULTIPLERESULTS);
OleDbMetaDataFactory.cs (4)
239
property = connection.
GetDataSourcePropertyValue
(OleDbPropertySetGuid.DataSourceInfo, ODB.DBPROP_DBMSNAME);
254
property = connection.
GetDataSourcePropertyValue
(OleDbPropertySetGuid.DataSourceInfo, ODB.DBPROP_GROUPBY);
282
property = connection.
GetDataSourcePropertyValue
(OleDbPropertySetGuid.DataSourceInfo, ODB.DBPROP_ORDERBYCOLUNSINSELECT);
660
object? property = connection.
GetDataSourcePropertyValue
(OleDbPropertySetGuid.DataSourceInfo, propertyID);