SqlGeometry.Serialize Method

Definition

Returns the bytes that represent an internal SQL Server format of SqlGeometry type.

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

Returns

Returns the bytes that represent an internal SQL Server format of SqlGeometry type.

Applies to