SqlGeography.Deserialize Method
SQL Server 2012
Returns a constructed SqlGeometry from an internal SQL Server format for spatial data. Can be used for sending spatial data over the network or reading them from files.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Parameters
- bytes
- Type: System.Data.SqlTypes.SqlBytes
The data representing the spatial data being sent across the network.
