共用方式為


DbSpatialDataReader.GetGeography(Int32) 方法

定義

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

public abstract System.Data.Entity.Spatial.DbGeography GetGeography (int ordinal);
abstract member GetGeography : int -> System.Data.Entity.Spatial.DbGeography
Public MustOverride Function GetGeography (ordinal As Integer) As DbGeography

參數

ordinal
Int32

包含地理位置值之資料行的序數。

傳回

位於指定資料行值的 DbGeography 執行個體

適用於