SpatialEdmFunctions.GeographyCollectionFromBinary Méthode

Définition

Crée un DbFunctionExpression qui appelle la fonction « GeographyCollectionFromBinary » canonique avec les arguments spécifiés. geographyCollectionWellKnownBinaryValue doit avoir un type de résultat binaire, tandis qu’il coordinateSystemId doit avoir un type de résultat numérique entier. Le type de résultat de l’expression est Edm.Geography.

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

Paramètres

geographyCollectionWellKnownBinaryValue
DbExpression

Expression qui fournit la représentation binaire connue de la valeur de la collection geography.

coordinateSystemId
DbExpression

Expression qui fournit l’ID de système de coordonnées (SRID) du système de coordonnées de la collection géographique.

Retours

Nouvelle DbFunctionExpression qui retourne une nouvelle valeur de collection geography en fonction des valeurs spécifiées.

Exceptions

geographyCollectionWellKnownBinaryValue coordinateSystemId

geographyCollectionWellKnownBinaryValue coordinateSystemId

S’applique à