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