63 references to Double
System.Data.Entity (61)
System\Data\Common\CommandTrees\AbstractExpressions.cs (1)
521return ExpressionBuilder.DbExpressionBuilder.CreatePrimitiveNullExpression(PrimitiveTypeKind.Double);
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (2)
42private static readonly DbNullExpression _doubleNull = Null(EdmProviderManifest.Instance.GetCanonicalModelTypeUsage(PrimitiveTypeKind.Double)); 2674case PrimitiveTypeKind.Double:
System\Data\Common\CommandTrees\Internal\ExpressionKeyGen.cs (1)
229case PrimitiveTypeKind.Double:
System\Data\Common\DbCommandDefinition.cs (1)
145case PrimitiveTypeKind.Double:
System\Data\Common\Internal\DbTypeMap.cs (1)
45internal static readonly TypeUsage Double = CreateType(PrimitiveTypeKind.Double);
System\Data\EntityModel\SchemaObjectModel\ScalarType.cs (1)
73case PrimitiveTypeKind.Double:
System\Data\EntityModel\SchemaObjectModel\TypeUsageBuilder.cs (2)
243case PrimitiveTypeKind.Double: 735case PrimitiveTypeKind.Double:
System\Data\Mapping\StorageMappingItemLoader.cs (1)
3340case PrimitiveTypeKind.Double:
System\Data\Mapping\Update\Internal\Propagator.ExtentPlaceholderCreator.cs (1)
63typeDefaultMap[PrimitiveTypeKind.Double] = default(Double);
System\Data\Metadata\Edm\PrimitiveType.cs (1)
165case PrimitiveTypeKind.Double:
System\Data\Metadata\Edm\Provider\ClrProviderManifest.cs (3)
101primitiveTypeKind = PrimitiveTypeKind.Double; 213primitiveTypes[(int)PrimitiveTypeKind.Double] = CreatePrimitiveType(typeof(Double), PrimitiveTypeKind.Double);
System\Data\Metadata\Edm\Provider\EdmProviderManifest.cs (23)
130primitiveTypes[(int)PrimitiveTypeKind.Double] = new PrimitiveType(); 162InitializePrimitiveType(primitiveTypes[(int)PrimitiveTypeKind.Double], PrimitiveTypeKind.Double, EdmConstants.Double, typeof(Double)); 509PrimitiveTypeKind.Double, 525PrimitiveTypeKind.Double, 534PrimitiveTypeKind.Double, 538functions.ForTypes(parameterTypes, type => functions.AddAggregate(PrimitiveTypeKind.Double, "StDev", type)); 539functions.ForTypes(parameterTypes, type => functions.AddAggregate(PrimitiveTypeKind.Double, "StDevP", type)); 540functions.ForTypes(parameterTypes, type => functions.AddAggregate(PrimitiveTypeKind.Double, "Var", type)); 541functions.ForTypes(parameterTypes, type => functions.AddAggregate(PrimitiveTypeKind.Double, "VarP", type)); 610PrimitiveTypeKind.Double, "second"); 619PrimitiveTypeKind.Double, "second", 623functions.AddFunction(PrimitiveTypeKind.Time, "CreateTime", PrimitiveTypeKind.Int32, "hour", PrimitiveTypeKind.Int32, "minute", PrimitiveTypeKind.Double, "second"); 655PrimitiveTypeKind.Double, 662parameterTypes = new [] { PrimitiveTypeKind.Double, 669PrimitiveTypeKind.Double, 679PrimitiveTypeKind.Double, 684PrimitiveTypeKind.Double, 769_primitiveTypes[(int)PrimitiveTypeKind.Double] 781_primitiveTypes[(int)PrimitiveTypeKind.Double] 792_primitiveTypes[(int)PrimitiveTypeKind.Double] 802_primitiveTypes[(int)PrimitiveTypeKind.Double] 810_primitiveTypes[(int)PrimitiveTypeKind.Double]
System\Data\Metadata\Edm\Provider\EdmProviderManifestSpatialFunctions.cs (16)
70functions.AddFunction(PrimitiveTypeKind.Geometry, "SpatialBuffer", PrimitiveTypeKind.Geometry, "geometryValue", PrimitiveTypeKind.Double, "distance"); 71functions.AddFunction(PrimitiveTypeKind.Double, "Distance", PrimitiveTypeKind.Geometry, "geometryValue1", PrimitiveTypeKind.Geometry, "geometryValue2"); 79functions.AddFunction(PrimitiveTypeKind.Double, "XCoordinate", PrimitiveTypeKind.Geometry, "geometryValue"); 80functions.AddFunction(PrimitiveTypeKind.Double, "YCoordinate", PrimitiveTypeKind.Geometry, "geometryValue"); 81functions.AddFunction(PrimitiveTypeKind.Double, "Elevation", PrimitiveTypeKind.Geometry, "geometryValue"); 82functions.AddFunction(PrimitiveTypeKind.Double, "Measure", PrimitiveTypeKind.Geometry, "geometryValue"); 83functions.AddFunction(PrimitiveTypeKind.Double, "SpatialLength", PrimitiveTypeKind.Geometry, "geometryValue"); 90functions.AddFunction(PrimitiveTypeKind.Double, "Area", PrimitiveTypeKind.Geometry, "geometryValue"); 128functions.AddFunction(PrimitiveTypeKind.Geography, "SpatialBuffer", PrimitiveTypeKind.Geography, "geographyValue", PrimitiveTypeKind.Double, "distance"); 129functions.AddFunction(PrimitiveTypeKind.Double, "Distance", PrimitiveTypeKind.Geography, "geographyValue1", PrimitiveTypeKind.Geography, "geographyValue2"); 136functions.AddFunction(PrimitiveTypeKind.Double, "Latitude", PrimitiveTypeKind.Geography, "geographyValue"); 137functions.AddFunction(PrimitiveTypeKind.Double, "Longitude", PrimitiveTypeKind.Geography, "geographyValue"); 138functions.AddFunction(PrimitiveTypeKind.Double, "Elevation", PrimitiveTypeKind.Geography, "geographyValue"); 139functions.AddFunction(PrimitiveTypeKind.Double, "Measure", PrimitiveTypeKind.Geography, "geographyValue"); 140functions.AddFunction(PrimitiveTypeKind.Double, "SpatialLength", PrimitiveTypeKind.Geography, "geographyValue"); 146functions.AddFunction(PrimitiveTypeKind.Double, "Area", PrimitiveTypeKind.Geography, "geographyValue");
System\Data\Metadata\TypeSemantics.cs (1)
469return (typeKind == PrimitiveTypeKind.Double || typeKind == PrimitiveTypeKind.Single);
System\Data\SqlClient\SqlGen\SqlGenerator.cs (4)
978case PrimitiveTypeKind.Double: 1092throw EntityUtil.NotSupported(System.Data.Entity.Strings.SqlGen_TypedNaNNotSupported(Enum.GetName(typeof(PrimitiveTypeKind), PrimitiveTypeKind.Double))); 1096throw EntityUtil.NotSupported(System.Data.Entity.Strings.SqlGen_TypedPositiveInfinityNotSupported(Enum.GetName(typeof(PrimitiveTypeKind), PrimitiveTypeKind.Double), typeof(Double).Name)); 1100throw EntityUtil.NotSupported(System.Data.Entity.Strings.SqlGen_TypedNegativeInfinityNotSupported(Enum.GetName(typeof(PrimitiveTypeKind), PrimitiveTypeKind.Double), typeof(Double).Name));
System\Data\SqlClient\SqlProviderManifest.cs (1)
566case PrimitiveTypeKind.Double:
System\Data\SqlClient\SqlProviderServices.cs (1)
491case PrimitiveTypeKind.Double:
System.Data.Entity.Design (1)
System\Data\EntityModel\Emitters\PropertyEmitter.cs (1)
712case PrimitiveTypeKind.Double:
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\PropertyEmitter.cs (1)
634case PrimitiveTypeKind.Double: