SqlSpatialServices.GeographyMultiLineFromBinary Method (Byte[], Int32)
Creates a new DbGeography multiline value based on the specified well-known binary value and coordinate system identifier.
Assembly: EntityFramework.SqlServer (in EntityFramework.SqlServer.dll)
public override DbGeography GeographyMultiLineFromBinary( byte[] multiLineWellKnownBinary, int coordinateSystemId )
Parameters
- multiLineWellKnownBinary
-
Type:
System.Byte[]
The well-known binary value.
- coordinateSystemId
-
Type:
System.Int32
The coordinate system identifier.