1 write to wType
System.Data (1)
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (1)
229this.wType = wType;
8 references to wType
System.Data (8)
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (1)
1446short getType = info.type.wType;
fx\src\data\System\Data\OleDb\OleDbParameter.cs (7)
292int wtype = dbtype.wType; 328if (NativeDBType.WSTR == dbtype.wType) { 333Debug.Assert(NativeDBType.STR != dbtype.wType, "should have ANSI binding, describing is okay"); 355Debug.Assert(NativeDBType.STR != dbtype.wType, "should have ANSI binding, describing is okay"); 479else if (!ShouldSerializePrecision() && !ShouldSerializeScale() && ((NativeDBType.DECIMAL == _metaType.wType) || (NativeDBType.NUMERIC == _metaType.wType))) { // MDAC 71441 480throw ADP.PrepareParameterScale(cmd, _metaType.wType.ToString("G", CultureInfo.InvariantCulture));