DbSpatialDataReader.IsGeometryColumn Method (Int32)

 

Returns whether the column at the specified column ordinal is of geometry type

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

public abstract bool IsGeometryColumn(
	int ordinal
)

Parameters

ordinal
Type: System.Int32

The column ordinal.

Return Value

Type: System.Boolean

true if the column at the specified column ordinal is of geometry type; false otherwise.