1 write to _type
System.Data.OleDb (1)
PropertyInfoSet.cs (1)
92propertyInfo._type = PropertyInfoSet.FromVtType(propinfo.vtType);
3 references to _type
System.Data.OleDb (3)
OleDbConnectionStringBuilder.cs (3)
493if (typeof(string) == info._type) 497else if (typeof(int) == info._type) 501else if (typeof(bool) == info._type)