Base:
method
ToString
System.Object.ToString()
9 references to ToString
System.Data.Entity (9)
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (2)
780throw EntityUtil.Argument(System.Data.Entity.Strings.Cqt_Constant_InvalidConstantType(constantType.ToString()), "constantType"); 792throw EntityUtil.Argument(System.Data.Entity.Strings.Cqt_Constant_InvalidValueForType(constantType.ToString()), "value");
System\Data\Metadata\Edm\TypeUsage.cs (1)
441throw EntityUtil.ProviderIncompatible(System.Data.Entity.Strings.Mapping_ProviderReturnsNullType(this.ToString()));
System\Data\Metadata\TypeHelpers.cs (2)
54throw new NotSupportedException(String.Format(CultureInfo.InvariantCulture, "PrimitiveType must be CSpace '{0}'", typeUsage.ToString())); 667return type.ToString();
System\Data\Query\InternalTrees\Dump.cs (1)
624attrs.Add("Type", columnMap.Type.ToString());
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
288throw EntityUtil.NotSupported(System.Data.Entity.Strings.ParameterTypeNotSupported(paramInfo.Key, paramInfo.Value.ToString()));
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
702PlanCompiler.Assert(originalRowType != null, "Unexpected TVF return type (must be row): " + unnestOpTableTypeInfo.Type.ToString());
System\Data\SqlClient\SqlGen\DmlSqlGenerator.cs (1)
405keyMember.Name, keyMember.TypeUsage.ToString()));