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