言語

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 のインスタンス。

適用対象