11 references to DataSourceInfo
System.Data.OleDb (11)
OleDbConnection.cs (3)
142
value = GetDataSourceValue(OleDbPropertySetGuid.
DataSourceInfo
, ODB.DBPROP_DATASOURCENAME);
226
object? value = GetDataSourcePropertyValue(OleDbPropertySetGuid.
DataSourceInfo
, ODB.DBPROP_CONNECTIONSTATUS);
302
object? value = GetDataSourcePropertyValue(OleDbPropertySetGuid.
DataSourceInfo
, ODB.DBPROP_QUOTEDIDENTIFIERCASE);
OleDbConnectionFactory.cs (1)
60
string? providerFileName = oleDbOuterConnection.GetDataSourcePropertyValue(OleDbPropertySetGuid.
DataSourceInfo
, ODB.DBPROP_PROVIDERFILENAME) as string;
OleDbConnectionInternal.cs (1)
177
object value = GetDataSourceValue(OleDbPropertySetGuid.
DataSourceInfo
, ODB.DBPROP_DBMSVER)!;
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);