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