SqlGeography.Serialize Method

Definition

Used for sending spatial data across the network.

public System.Data.SqlTypes.SqlBytes Serialize ();
member this.Serialize : unit -> System.Data.SqlTypes.SqlBytes
Public Function Serialize () As SqlBytes

Returns

A SqlBytes stream representing the spatial data being sent across the network.

Applies to