DbGeography.DefaultCoordinateSystemId Property

Definition

Gets the default coordinate system id (SRID) for geography values (WGS 84).

public:
 static property int DefaultCoordinateSystemId { int get(); };
public static int DefaultCoordinateSystemId { get; }
static member DefaultCoordinateSystemId : int
Public Shared ReadOnly Property DefaultCoordinateSystemId As Integer

Property Value

The default coordinate system id (SRID) for geography values (WGS 84).

Applies to