SqlSpatialServices.GeographyMultiLineFromText Method (String, Int32)

 

Creates a new DbGeography multiline value based on the specified well-known text value and coordinate system identifier.

Namespace:   System.Data.Entity.SqlServer
Assembly:  EntityFramework.SqlServer (in EntityFramework.SqlServer.dll)

public override DbGeography GeographyMultiLineFromText(
	string multiLineWellKnownText,
	int coordinateSystemId
)

Parameters

multiLineWellKnownText
Type: System.String

The well-known text value.

coordinateSystemId
Type: System.Int32

The coordinate system identifier.

Return Value

Type: System.Data.Entity.Spatial.DbGeography

A new DbGeography multiline value.