27 references to DefaultCoordinateSystemId
System.Data.Entity (27)
System\Data\Metadata\Edm\Provider\EdmProviderManifest.cs (1)
474
DbGeography.
DefaultCoordinateSystemId
));
System\Data\Spatial\DbGeography.cs (3)
73
/// <returns>A new DbGeography value as defined by the well known binary value with the default geography coordinate system identifier (SRID)(<see cref="DbGeography.
DefaultCoordinateSystemId
"/>).</returns>
211
/// <returns>A new DbGeography value as defined by the GML value with the default geography coordinate system identifier (SRID) (<see cref="DbGeography.
DefaultCoordinateSystemId
"/>).</returns>
243
/// <returns>A new DbGeography value as defined by the well known text value with the default geography coordinate system identifier (SRID) (<see cref="DbGeography.
DefaultCoordinateSystemId
"/>).</returns>
System\Data\Spatial\DbSpatialServices.cs (19)
98
/// <returns>A new DbGeography value as defined by the well known binary value with the default DbGeography coordinate system identifier (SRID) (<see cref="DbGeography.
DefaultCoordinateSystemId
"/>).</returns>
107
/// <returns>A new DbGeography value as defined by the well known binary value with the specified coordinate system identifier (SRID) (<see cref="DbGeography.
DefaultCoordinateSystemId
"/>).</returns>
117
/// <returns>A new DbGeography value as defined by the well known binary value with the specified coordinate system identifier (SRID) (<see cref="DbGeography.
DefaultCoordinateSystemId
"/>).</returns>
127
/// <returns>A new DbGeography value as defined by the well known binary value with the specified coordinate system identifier (SRID) (<see cref="DbGeography.
DefaultCoordinateSystemId
"/>).</returns>
137
/// <returns>A new DbGeography value as defined by the well known binary value with the specified coordinate system identifier (SRID) (<see cref="DbGeography.
DefaultCoordinateSystemId
"/>).</returns>
147
/// <returns>A new DbGeography value as defined by the well known binary value with the specified coordinate system identifier (SRID) (<see cref="DbGeography.
DefaultCoordinateSystemId
"/>).</returns>
161
/// <returns>A new DbGeography value as defined by the well known binary value with the specified coordinate system identifier (SRID) (<see cref="DbGeography.
DefaultCoordinateSystemId
"/>).</returns>
175
/// <returns>A new DbGeography value as defined by the well known binary value with the specified coordinate system identifier (SRID) (<see cref="DbGeography.
DefaultCoordinateSystemId
"/>).</returns>
187
/// <returns>A new DbGeography value as defined by the well known binary value with the specified coordinate system identifier (SRID) (<see cref="DbGeography.
DefaultCoordinateSystemId
"/>).</returns>
200
/// <returns>A new DbGeography value as defined by the well known text value with the default DbGeography coordinate system identifier (SRID) (<see cref="DbGeography.
DefaultCoordinateSystemId
"/>).</returns>
209
/// <returns>A new DbGeography value as defined by the well known text value with the specified coordinate system identifier (SRID) (<see cref="DbGeography.
DefaultCoordinateSystemId
"/>).</returns>
219
/// <returns>A new DbGeography value as defined by the well known text value with the specified coordinate system identifier (SRID) (<see cref="DbGeography.
DefaultCoordinateSystemId
"/>).</returns>
229
/// <returns>A new DbGeography value as defined by the well known text value with the specified coordinate system identifier (SRID) (<see cref="DbGeography.
DefaultCoordinateSystemId
"/>).</returns>
239
/// <returns>A new DbGeography value as defined by the well known text value with the specified coordinate system identifier (SRID) (<see cref="DbGeography.
DefaultCoordinateSystemId
"/>).</returns>
249
/// <returns>A new DbGeography value as defined by the well known text value with the specified coordinate system identifier (SRID) (<see cref="DbGeography.
DefaultCoordinateSystemId
"/>).</returns>
263
/// <returns>A new DbGeography value as defined by the well known text value with the specified coordinate system identifier (SRID) (<see cref="DbGeography.
DefaultCoordinateSystemId
"/>).</returns>
277
/// <returns>A new DbGeography value as defined by the well known text value with the specified coordinate system identifier (SRID) (<see cref="DbGeography.
DefaultCoordinateSystemId
"/>).</returns>
289
/// <returns>A new DbGeography value as defined by the well known text value with the specified coordinate system identifier (SRID) (<see cref="DbGeography.
DefaultCoordinateSystemId
"/>).</returns>
302
/// <returns>A new DbGeography value as defined by the GML value with the default DbGeography coordinate system identifier (SRID) (<see cref="DbGeography.
DefaultCoordinateSystemId
"/>).</returns>
System\Data\Spatial\DefaultSpatialServices.cs (3)
123
ReadOnlySpatialValues backingValue = new ReadOnlySpatialValues(DbGeography.
DefaultCoordinateSystemId
, textValue: null, binaryValue: geographyBinary, gmlValue: null);
184
ReadOnlySpatialValues backingValue = new ReadOnlySpatialValues(DbGeography.
DefaultCoordinateSystemId
, textValue: geographyText, binaryValue: null, gmlValue: null);
245
ReadOnlySpatialValues backingValue = new ReadOnlySpatialValues(DbGeography.
DefaultCoordinateSystemId
, textValue: null, binaryValue: null, gmlValue: geographyMarkup);
System\Data\SqlClient\SqlGen\SqlFunctionCallHandler.cs (1)
474
private static readonly DbExpression defaultGeographySridExpression = DbExpressionBuilder.Constant(DbGeography.
DefaultCoordinateSystemId
);