次の方法で共有


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

適用対象