DbSpatialDataReader.GetGeography Method (Int32)

 

When implemented in derived types, reads an instance of DbGeography from the column at the specified column ordinal.

Namespace:   System.Data.Entity.Spatial
Assembly:  EntityFramework (in EntityFramework.dll)

public abstract DbGeography GetGeography(
	int ordinal
)

Parameters

ordinal
Type: System.Int32

The ordinal of the column that contains the geography value

Return Value

Type: System.Data.Entity.Spatial.DbGeography

The instance of DbGeography at the specified column value