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)
193get { return _dbbindings[_index].wType; }