1 write to wType
System.Data.OleDb (1)
DbBindings.cs (1)
213_dbbindings[_index].wType = (short)value;
3 references to wType
System.Data.OleDb (3)
ColumnBinding.cs (1)
82_wType = binding.wType;
DbBindings.cs (1)
210get { return _dbbindings[_index].wType; }
OleDbStruct.cs (1)
152builder.AppendLine($"\tDB_Type ={ODB.WLookup(wType)}");