SqlGeographyBuilder.SetSrid(Int32) Method

Definition

Sets the Spatial Reference Identifier (SRID) for a geography type call sequence.

public virtual void SetSrid (int srid);
abstract member SetSrid : int -> unit
override this.SetSrid : int -> unit
Public Overridable Sub SetSrid (srid As Integer)

Parameters

srid
Int32

An int that contains the Spatial Reference Identifier for the geography type.

Implements

Applies to