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