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

지리 값을 포함하는 열의 서수입니다.

반품

지정된 열 값에 있는 DbGeography의 인스턴스입니다.

적용 대상