23 references to OleDbPropertySetGuid
System.Data (23)
fx\src\data\System\Data\OleDb\OleDbCommand.cs (1)
1248
propSet.SetPropertySet(0,
OleDbPropertySetGuid
.Rowset, dbprops);
fx\src\data\System\Data\OleDb\OleDbConnection.cs (8)
82
value = GetDataSourceValue(
OleDbPropertySetGuid
.DBInit, ODB.DBPROP_INIT_TIMEOUT);
116
value = GetDataSourceValue(
OleDbPropertySetGuid
.DataSource, ODB.DBPROP_CURRENTCATALOG);
119
value = GetDataSourceValue(
OleDbPropertySetGuid
.DBInit, ODB.DBPROP_INIT_CATALOG);
148
value = GetDataSourceValue(
OleDbPropertySetGuid
.DBInit, ODB.DBPROP_INIT_DATASOURCE);
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);
330
SetDataSourcePropertyValue(
OleDbPropertySetGuid
.DataSource, ODB.DBPROP_CURRENTCATALOG, ODB.Current_Catalog, true, value);
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 (3)
182
object value = connection.GetDataSourcePropertyValue(
OleDbPropertySetGuid
.DataSourceInfo, ODB.DBPROP_SQLSUPPORT);
195
object value = command.GetPropertyValue(
OleDbPropertySetGuid
.Rowset, ODB.DBPROP_IRow);
208
object value = connection.GetDataSourcePropertyValue(
OleDbPropertySetGuid
.DataSourceInfo, ODB.DBPROP_MULTIPLERESULTS);
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (3)
400
hash = connection.GetPropertyInfo(new Guid[] {
OleDbPropertySetGuid
.DBInitAll });
405
if ((
OleDbPropertySetGuid
.DBInit == info._propertySet) &&
494
if (
OleDbPropertySetGuid
.DBInit == info._propertySet) {
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (2)
1643
return GetPropertyOnRowset(
OleDbPropertySetGuid
.Rowset, propertyId);
1646
return _command.GetPropertyValue(
OleDbPropertySetGuid
.Rowset, propertyId);
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);