5 references to D_VarWChar
System.Data (5)
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (5)
200
static internal readonly NativeDBType Default =
D_VarWChar
; // MDAC 65324
283
case OleDbType.VarWChar: return
D_VarWChar
; // 202 // MDAC 64983: ORA-12704: character set mismatch
313
case TypeCode.String: return NativeDBType.
D_VarWChar
;
351
case DbType.String: return
D_VarWChar
;
391
case WSTR: return (isLong) ? D_LongVarWChar : (isFixed) ? D_WChar :
D_VarWChar
;