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)
210
get { return _dbbindings[_index].
wType
; }
OleDbStruct.cs (1)
152
builder.AppendLine($"\tDB_Type ={ODB.WLookup(
wType
)}");