DbExpression.FromGeometry(DbGeometry) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une DbExpression valeur qui représente la valeur spécifiée DbGeometry , qui peut être null.
public:
static System::Data::Common::CommandTrees::DbExpression ^ FromGeometry(System::Data::Spatial::DbGeometry ^ value);
public static System.Data.Common.CommandTrees.DbExpression FromGeometry(System.Data.Spatial.DbGeometry value);
static member FromGeometry : System.Data.Spatial.DbGeometry -> System.Data.Common.CommandTrees.DbExpression
Public Shared Function FromGeometry (value As DbGeometry) As DbExpression
Paramètres
- value
- DbGeometry
Valeur DbGeometry sur laquelle l’expression retournée doit être basée.
Retours
Qui DbExpression représente la valeur DbGeometry spécifiée.