1 write to wType
System.Data.OleDb (1)
OleDb_Enum.cs (1)
201this.wType = wType;
9 references to wType
System.Data.OleDb (9)
OleDbDataReader.cs (2)
582Debug.WriteLine($"OleDbDataReader[{info.ordinal}, {dbColumnInfo.pwszName}]={dbType.enumOleDbType},{dbType.dataSourceType}, {dbType.wType}"); 1598short getType = info.type.wType;
OleDbParameter.cs (7)
330int wtype = dbtype.wType; 377if (NativeDBType.WSTR == dbtype.wType) 384Debug.Assert(NativeDBType.STR != dbtype.wType, "should have ANSI binding, describing is okay"); 412Debug.Assert(NativeDBType.STR != dbtype.wType, "should have ANSI binding, describing is okay"); 554else if (!ShouldSerializePrecision() && !ShouldSerializeScale() && ((NativeDBType.DECIMAL == _metaType.wType) || (NativeDBType.NUMERIC == _metaType.wType))) 556throw ADP.PrepareParameterScale(cmd, _metaType.wType.ToString("G", CultureInfo.InvariantCulture));