4 references to LongVarWChar
System.Data (4)
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (2)
194static private readonly NativeDBType D_LongVarWChar = new NativeDBType(0xff, -1, false, true, OleDbType.LongVarWChar, NativeDBType.WSTR, S_WLONGVARCHAR, typeof(System.String), NativeDBType.WSTR, DbType.String ); // 35 - (unicode pointer) 284case OleDbType.LongVarWChar: return D_LongVarWChar; // 203
fx\src\data\System\Data\OleDb\OleDbCommandBuilder.cs (1)
274parameter.OleDbType = OleDbType.LongVarWChar;
fx\src\data\System\Data\SqlClient\SqlEnums.cs (1)
586case OleDbType.LongVarWChar: