DbGeography.MultiLineFromText Method (String, Int32)

 

Returns the multiline value from a well-known text value.

Namespace:   System.Data.Entity.Spatial
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", "CA1702:CompoundWordsShouldBeCasedCorrectly", 
	MessageId = "multiLine", Justification = "Match OGC, EDM")]
[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", 
	MessageId = "multi", Justification = "Match OGC, EDM")]
public static DbGeography MultiLineFromText(
	string multiLineWellKnownText,
	int coordinateSystemId
)

Parameters

multiLineWellKnownText
Type: System.String

The well-known text.

coordinateSystemId
Type: System.Int32

The coordinate system identifier.

Return Value

Type: System.Data.Entity.Spatial.DbGeography

The multiline value from a well-known text value.