1 write to wType
System.Data (1)
fx\src\data\System\Data\OleDb\DBBindings.cs (1)
195
_dbbindings[_index].
wType
= (short) value;
2 references to wType
System.Data (2)
fx\src\data\System\Data\OleDb\ColumnBinding.cs (1)
83
_wType = binding.
wType
;
fx\src\data\System\Data\OleDb\DBBindings.cs (1)
193
get { return _dbbindings[_index].
wType
; }