1 write to _propertySet
System.Data.OleDb (1)
PropertyInfoSet.cs (1)
85
propertyInfo.
_propertySet
= propinfoset.guidPropertySet;
4 references to _propertySet
System.Data.OleDb (4)
OleDbConnectionStringBuilder.cs (4)
440
if ((OleDbPropertySetGuid.DBInit == info.
_propertySet
) &&
456
if (!listPropertySets.Contains(info.
_propertySet
))
458
listPropertySets.Add(info.
_propertySet
);
487
if ((info._propertyID == prop.dwPropertyID) && (info.
_propertySet
== propertyset))