27 references to DefaultCoordinateSystemId
System.Data.Entity (27)
System\Data\Metadata\Edm\Provider\EdmProviderManifest.cs (1)
451
DbGeometry.
DefaultCoordinateSystemId
));
System\Data\Spatial\DbGeometry.cs (3)
73
/// <returns>A new DbGeometry value as defined by the well known binary value with the default geometry coordinate system identifier (<see cref="DbGeometry.
DefaultCoordinateSystemId
"/>).</returns>
211
/// <returns>A new DbGeometry value as defined by the GML value with the default geometry coordinate system identifier (SRID) (<see cref="DbGeometry.
DefaultCoordinateSystemId
"/>).</returns>
243
/// <returns>A new DbGeometry value as defined by the well known text value with the default geometry coordinate system identifier (SRID) (<see cref="DbGeometry.
DefaultCoordinateSystemId
"/>).</returns>
System\Data\Spatial\DbSpatialServices.cs (19)
692
/// <returns>A new DbGeometry value as defined by the well known binary value with the default DbGeometry coordinate system identifier (SRID) (<see cref="DbGeometry.
DefaultCoordinateSystemId
"/>).</returns>
701
/// <returns>A new DbGeometry value as defined by the well known binary value with the specified coordinate system identifier (SRID) (<see cref="DbGeometry.
DefaultCoordinateSystemId
"/>).</returns>
711
/// <returns>A new DbGeometry value as defined by the well known binary value with the specified coordinate system identifier (SRID) (<see cref="DbGeometry.
DefaultCoordinateSystemId
"/>).</returns>
721
/// <returns>A new DbGeometry value as defined by the well known binary value with the specified coordinate system identifier (SRID) (<see cref="DbGeometry.
DefaultCoordinateSystemId
"/>).</returns>
731
/// <returns>A new DbGeometry value as defined by the well known binary value with the specified coordinate system identifier (SRID) (<see cref="DbGeometry.
DefaultCoordinateSystemId
"/>).</returns>
741
/// <returns>A new DbGeometry value as defined by the well known binary value with the specified coordinate system identifier (SRID) (<see cref="DbGeometry.
DefaultCoordinateSystemId
"/>).</returns>
755
/// <returns>A new DbGeometry value as defined by the well known binary value with the specified coordinate system identifier (SRID) (<see cref="DbGeometry.
DefaultCoordinateSystemId
"/>).</returns>
769
/// <returns>A new DbGeometry value as defined by the well known binary value with the specified coordinate system identifier (SRID) (<see cref="DbGeometry.
DefaultCoordinateSystemId
"/>).</returns>
781
/// <returns>A new DbGeometry value as defined by the well known binary value with the specified coordinate system identifier (SRID) (<see cref="DbGeometry.
DefaultCoordinateSystemId
"/>).</returns>
794
/// <returns>A new DbGeometry value as defined by the well known text value with the default DbGeometry coordinate system identifier (SRID) (<see cref="DbGeometry.
DefaultCoordinateSystemId
"/>).</returns>
803
/// <returns>A new DbGeometry value as defined by the well known text value with the specified coordinate system identifier (SRID) (<see cref="DbGeometry.
DefaultCoordinateSystemId
"/>).</returns>
813
/// <returns>A new DbGeometry value as defined by the well known text value with the specified coordinate system identifier (SRID) (<see cref="DbGeometry.
DefaultCoordinateSystemId
"/>).</returns>
823
/// <returns>A new DbGeometry value as defined by the well known text value with the specified coordinate system identifier (SRID) (<see cref="DbGeometry.
DefaultCoordinateSystemId
"/>).</returns>
833
/// <returns>A new DbGeometry value as defined by the well known text value with the specified coordinate system identifier (SRID) (<see cref="DbGeometry.
DefaultCoordinateSystemId
"/>).</returns>
843
/// <returns>A new DbGeometry value as defined by the well known text value with the specified coordinate system identifier (SRID) (<see cref="DbGeometry.
DefaultCoordinateSystemId
"/>).</returns>
857
/// <returns>A new DbGeometry value as defined by the well known text value with the specified coordinate system identifier (SRID) (<see cref="DbGeometry.
DefaultCoordinateSystemId
"/>).</returns>
871
/// <returns>A new DbGeometry value as defined by the well known text value with the specified coordinate system identifier (SRID) (<see cref="DbGeometry.
DefaultCoordinateSystemId
"/>).</returns>
883
/// <returns>A new DbGeometry value as defined by the well known text value with the specified coordinate system identifier (SRID) (<see cref="DbGeometry.
DefaultCoordinateSystemId
"/>).</returns>
896
/// <returns>A new DbGeometry value as defined by the GML value with the default DbGeometry coordinate system identifier (SRID) (<see cref="DbGeometry.
DefaultCoordinateSystemId
"/>).</returns>
System\Data\Spatial\DefaultSpatialServices.cs (3)
477
ReadOnlySpatialValues backingValue = new ReadOnlySpatialValues(DbGeometry.
DefaultCoordinateSystemId
, textValue: null, binaryValue: geometryBinary, gmlValue: null);
538
ReadOnlySpatialValues backingValue = new ReadOnlySpatialValues(DbGeometry.
DefaultCoordinateSystemId
, textValue: geometryText, binaryValue: null, gmlValue: null);
599
ReadOnlySpatialValues backingValue = new ReadOnlySpatialValues(DbGeometry.
DefaultCoordinateSystemId
, textValue: null, binaryValue: null, gmlValue: geometryMarkup);
System\Data\SqlClient\SqlGen\SqlFunctionCallHandler.cs (1)
475
private static readonly DbExpression defaultGeometrySridExpression = DbExpressionBuilder.Constant(DbGeometry.
DefaultCoordinateSystemId
);