4 references to LongVarChar
System.Data (4)
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (2)
178static private readonly NativeDBType D_LongVarChar = new NativeDBType(0xff, -1, false, true, OleDbType.LongVarChar, NativeDBType.STR, S_LONGVARCHAR, typeof(System.String), NativeDBType.WSTR/*STR*/, DbType.AnsiString); // 20 - (ansi pointer) 282case OleDbType.LongVarChar: return D_LongVarChar; // 201
fx\src\data\System\Data\OleDb\OleDbCommandBuilder.cs (1)
266parameter.OleDbType = OleDbType.LongVarChar;
fx\src\data\System\Data\SqlClient\SqlEnums.cs (1)
583case OleDbType.LongVarChar: