2 implementations of vtType
System.Data.OleDb (2)
OleDbStruct.cs (2)
506int ItagDBPROPINFO.vtType => this.vtType; 533int ItagDBPROPINFO.vtType => this.vtType;
2 references to vtType
System.Data.OleDb (2)
PropertyInfoSet.cs (2)
88propertyInfo._vtype = propinfo.vtType; 92propertyInfo._type = PropertyInfoSet.FromVtType(propinfo.vtType);