SpatialEdmFunctions.GeographyMultiLineFromText Methode

Definitie

Hiermee maakt u een DbFunctionExpression functie die de canonieke functie GeographyMultiLineFromText aanroept met de opgegeven argumenten. multiLineWellKnownText moet een resultaattype tekenreeks hebben en coordinateSystemId moet een numeriek resultaattype geheel getal hebben. Het resultaattype van de expressie is Edm.Geography.

public:
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ GeographyMultiLineFromText(System::Data::Common::CommandTrees::DbExpression ^ multiLineWellKnownText, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyMultiLineFromText(System.Data.Common.CommandTrees.DbExpression multiLineWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeographyMultiLineFromText : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeographyMultiLineFromText (multiLineWellKnownText As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression

Parameters

multiLineWellKnownText
DbExpression

Een expressie die de bekende tekstweergave van de geografiewaarde met meerdere regels biedt.

coordinateSystemId
DbExpression

Een expressie die de coördinaatsysteem-id (SRID) van het coördinaatsysteem met meerdere regels van de geografie levert.

Retouren

Een nieuwe DbFunctionExpression die een nieuwe geografiewaarde met meerdere regels retourneert op basis van de opgegeven waarden.

Uitzonderingen

multiLineWellKnownText coordinateSystemId

multiLineWellKnownText coordinateSystemId

Van toepassing op