3 references to D_WChar
System.Data (3)
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (3)
274case OleDbType.WChar: return D_WChar; // 130 352case DbType.StringFixedLength: return D_WChar; 391case WSTR: return (isLong) ? D_LongVarWChar : (isFixed) ? D_WChar : D_VarWChar;