SqlGeographyBuilder.BeginGeography(OpenGisGeographyType) Method

Definition

Initializes a call sequence for a geography type.

public virtual void BeginGeography (Microsoft.SqlServer.Types.OpenGisGeographyType type);
abstract member BeginGeography : Microsoft.SqlServer.Types.OpenGisGeographyType -> unit
override this.BeginGeography : Microsoft.SqlServer.Types.OpenGisGeographyType -> unit
Public Overridable Sub BeginGeography (type As OpenGisGeographyType)

Parameters

type
OpenGisGeographyType

OpenGisGeometryType object that indicates the type being created by the call sequence.

Implements

Applies to