DbSpatialDataReader.GetGeography(Int32) 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.
En cas d’implémentation dans les types dérivés, lit une instance de DbGeography la colonne à l’ordinal de colonne spécifié.
public:
abstract System::Data::Spatial::DbGeography ^ GetGeography(int ordinal);
public abstract System.Data.Spatial.DbGeography GetGeography(int ordinal);
abstract member GetGeography : int -> System.Data.Spatial.DbGeography
Public MustOverride Function GetGeography (ordinal As Integer) As DbGeography
Paramètres
- ordinal
- Int32
ordinal de la colonne qui contient la valeur géographique.
Retours
Instance de DbGeography à la valeur de colonne spécifiée.