3 references to wType
System.Data.OleDb (3)
OleDbDataReader.cs (2)
523if (filterChapters && (NativeDBType.HCHAPTER == dbColumnInfo.wType)) 530NativeDBType dbType = NativeDBType.FromDBType(dbColumnInfo.wType, islong, isfixed);
OleDbStruct.cs (1)
448builder.AppendLine($"\t0x{wType:X2}");