35 references to WSTR
System.Data.OleDb (35)
ColumnBinding.cs (16)
352case NativeDBType.WSTR: 376case (NativeDBType.BYREF | NativeDBType.WSTR): 403case NativeDBType.WSTR: 409case (NativeDBType.BYREF | NativeDBType.WSTR): 548case NativeDBType.WSTR: 576case (NativeDBType.BYREF | NativeDBType.WSTR): 709Debug.Assert((NativeDBType.BYREF | NativeDBType.WSTR) == DbType, "Value_ByRefWSTR"); 737Debug.Assert((NativeDBType.BYREF | NativeDBType.WSTR) == DbType, "Value_ByRefWSTR"); 756Debug.Assert((NativeDBType.BYREF | NativeDBType.WSTR) == DbType, "Value_ByRefWSTR"); 1197Debug.Assert(NativeDBType.WSTR == DbType, "Value_WSTR"); 1206Debug.Assert(NativeDBType.WSTR == DbType, "Value_WSTR"); 1221Debug.Assert(NativeDBType.WSTR == DbType, "Value_WSTR"); 1619case NativeDBType.WSTR: 1622case (NativeDBType.BYREF | NativeDBType.WSTR): 1632case NativeDBType.WSTR: 1635case (NativeDBType.BYREF | NativeDBType.WSTR):
DbBindings.cs (1)
194case (NativeDBType.BYREF | NativeDBType.WSTR): // ADP.PtrSize
OleDb_Enum.cs (11)
133private static readonly NativeDBType D_Char = new NativeDBType(0xff, -1, true, false, OleDbType.Char, NativeDBType.STR, S_CHAR, typeof(string), NativeDBType.WSTR/*STR*/, DbType.AnsiStringFixedLength); // 3 - (ansi pointer) 150private static readonly NativeDBType D_LongVarChar = new NativeDBType(0xff, -1, false, true, OleDbType.LongVarChar, NativeDBType.STR, S_LONGVARCHAR, typeof(string), NativeDBType.WSTR/*STR*/, DbType.AnsiString); // 20 - (ansi pointer) 160private static readonly NativeDBType D_VarChar = new NativeDBType(0xff, -1, false, false, OleDbType.VarChar, NativeDBType.STR, S_VARCHAR, typeof(string), NativeDBType.WSTR/*STR*/, DbType.AnsiString); // 30 - (ansi pointer) 163private static readonly NativeDBType D_WChar = new NativeDBType(0xff, -1, true, false, OleDbType.WChar, NativeDBType.WSTR, S_WCHAR, typeof(string), NativeDBType.WSTR, DbType.StringFixedLength); // 33 - (unicode pointer) 164private static readonly NativeDBType D_VarWChar = new NativeDBType(0xff, -1, false, false, OleDbType.VarWChar, NativeDBType.WSTR, S_WVARCHAR, typeof(string), NativeDBType.WSTR, DbType.String); // 34 - (unicode pointer) 165private static readonly NativeDBType D_LongVarWChar = new NativeDBType(0xff, -1, false, true, OleDbType.LongVarWChar, NativeDBType.WSTR, S_WLONGVARCHAR, typeof(string), NativeDBType.WSTR, DbType.String); // 35 - (unicode pointer) 168private static readonly NativeDBType D_Xml = new NativeDBType(0xff, -1, false, false, OleDbType.VarWChar, NativeDBType.XML, S_XML, typeof(string), NativeDBType.WSTR, DbType.String); // 38 - (unicode pointer) 396case WSTR:
OleDbDataReader.cs (1)
1626else if ((NativeDBType.WSTR == getType) && (-1 != info.size))
OleDbParameter.cs (3)
346else if (NativeDBType.WSTR == dbtype.dbType) 377if (NativeDBType.WSTR == dbtype.wType) 405if (NativeDBType.WSTR == wtype)
RowBinding.cs (3)
381case (NativeDBType.BYREF | NativeDBType.WSTR): 407case (NativeDBType.BYREF | NativeDBType.WSTR): 449case NativeDBType.WSTR: