DbSpatialServices.GeographyMultiLineFromText Method (String, Int32)
Creates a new DbGeography multiline value based on the specified well-known text value and coordinate system identifier.
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 abstract DbGeography GeographyMultiLineFromText( string multiLineWellKnownText, int coordinateSystemId )
Parameters
- multiLineWellKnownText
-
Type:
System.String
The well-known text value.
- coordinateSystemId
-
Type:
System.Int32
The coordinate system identifier.