11 references to DataSourceInfo
System.Data (11)
fx\src\data\System\Data\OleDb\OleDbConnection.cs (3)
150
value = GetDataSourceValue(OleDbPropertySetGuid.
DataSourceInfo
, ODB.DBPROP_DATASOURCENAME); // MDAC 76248
229
object value = GetDataSourcePropertyValue(OleDbPropertySetGuid.
DataSourceInfo
, ODB.DBPROP_CONNECTIONSTATUS);
302
object value = GetDataSourcePropertyValue(OleDbPropertySetGuid.
DataSourceInfo
, ODB.DBPROP_QUOTEDIDENTIFIERCASE);
fx\src\data\System\Data\OleDb\OleDbConnectionFactory.cs (1)
65
String providerFileName = oleDbOuterConnection.GetDataSourcePropertyValue(OleDbPropertySetGuid.
DataSourceInfo
,ODB.DBPROP_PROVIDERFILENAME) as string;
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (1)
179
object value = GetDataSourceValue(OleDbPropertySetGuid.
DataSourceInfo
, ODB.DBPROP_DBMSVER);
fx\src\data\System\Data\OleDb\oledbconnectionstring.cs (2)
182
object value = connection.GetDataSourcePropertyValue(OleDbPropertySetGuid.
DataSourceInfo
, ODB.DBPROP_SQLSUPPORT);
208
object value = connection.GetDataSourcePropertyValue(OleDbPropertySetGuid.
DataSourceInfo
, ODB.DBPROP_MULTIPLERESULTS);
fx\src\data\System\Data\OleDb\OleDbMetaDataFactory.cs (4)
226
property = connection.GetDataSourcePropertyValue(OleDbPropertySetGuid.
DataSourceInfo
,ODB.DBPROP_DBMSNAME);
242
property = connection.GetDataSourcePropertyValue(OleDbPropertySetGuid.
DataSourceInfo
,ODB.DBPROP_GROUPBY);
269
property = connection.GetDataSourcePropertyValue(OleDbPropertySetGuid.
DataSourceInfo
,ODB.DBPROP_ORDERBYCOLUNSINSELECT);
617
object property = connection.GetDataSourcePropertyValue(OleDbPropertySetGuid.
DataSourceInfo
,propertyID);