1 instantiation of PropertyInfoSet
System.Data.OleDb (1)
OleDbConnectionInternal.cs (1)
836
using (PropertyInfoSet infoset = new
PropertyInfoSet
(idbProperties.Value, propidset))
2 references to PropertyInfoSet
System.Data.OleDb (2)
OleDbConnectionInternal.cs (1)
836
using (
PropertyInfoSet
infoset = new PropertyInfoSet(idbProperties.Value, propidset))
PropertyInfoSet.cs (1)
92
propertyInfo._type =
PropertyInfoSet
.FromVtType(propinfo.vtType);