SqlGeometry.Serialize Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.