共用方式為


DbSpatialDataReader.GetGeography(Int32) 方法

定義

在衍生型別中實作時,讀取資料行中指定之資料行序數的 DbGeography 執行個體。

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

參數

ordinal
Int32

包含 geography 值之數據行的序數。

傳回

位於指定數據行值的 DbGeography 實例。

適用於