SpatialEdmFunctions.GeographyMultiPointFromBinary Metod

Definition

Skapar en DbFunctionExpression som anropar den kanoniska funktionen GeographyMultiPointFromBinary med de angivna argumenten. multiPointWellKnownBinaryValue måste ha en binär resultattyp, medan coordinateSystemId måste ha en numerisk resultattyp för heltal. Resultattypen för uttrycket är Edm.Geography.

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

Parametrar

multiPointWellKnownBinaryValue
DbExpression

Ett uttryck som ger den välkända binära representationen av geografins flerpunktsvärde.

coordinateSystemId
DbExpression

Ett uttryck som tillhandahåller koordinatsystem-ID (SRID) för geografin för flerpunktsvärdets koordinatsystem.

Returer

En ny DbFunctionExpression som returnerar ett nytt geografivärde med flera punkter baserat på de angivna värdena.

Undantag

multiPointWellKnownBinaryValue coordinateSystemId

multiPointWellKnownBinaryValue coordinateSystemId

Gäller för