1 write to wType
System.Data.OleDb (1)
DbBindings.cs (1)
213
_dbbindings[_index].
wType
= (short)value;
2 references to wType
System.Data.OleDb (2)
ColumnBinding.cs (1)
82
_wType = binding.
wType
;
DbBindings.cs (1)
210
get { return _dbbindings[_index].
wType
; }