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