DbGeography.MultiLineFromBinary Method (Byte[], Int32)
Returns the multiline value from a binary value.
Assembly: EntityFramework (in EntityFramework.dll)
[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "multi", Justification = "Match OGC, EDM")] [SuppressMessageAttribute("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId = "MultiLine", Justification = "Match OGC, EDM")] [SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Multi", Justification = "Match OGC, EDM")] [SuppressMessageAttribute("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId = "multiLine", Justification = "Match OGC, EDM")] public static DbGeography MultiLineFromBinary( byte[] multiLineWellKnownBinary, int coordinateSystemId )
Parameters
- multiLineWellKnownBinary
-
Type:
System.Byte[]
The well-known binary value.
- coordinateSystemId
-
Type:
System.Int32
The coordinate system identifier.