DbSpatialDataReader.GetGeometry Method (Int32)

 

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

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

public abstract DbGeometry GetGeometry(
	int ordinal
)

Parameters

ordinal
Type: System.Int32

The ordinal of the data record column that contains the provider-specific geometry data

Return Value

Type: System.Data.Entity.Spatial.DbGeometry

The instance of DbGeometry at the specified column value