10 references to GetDataSourcePropertyValue
System.Data (10)
fx\src\data\System\Data\OleDb\OleDbConnection.cs (3)
229
object value =
GetDataSourcePropertyValue
(OleDbPropertySetGuid.DataSourceInfo, ODB.DBPROP_CONNECTIONSTATUS);
302
object value =
GetDataSourcePropertyValue
(OleDbPropertySetGuid.DataSourceInfo, ODB.DBPROP_QUOTEDIDENTIFIERCASE);
403
object value =
GetDataSourcePropertyValue
(propertySet, propertyID);
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\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);