Share via


DbSpatialDataReader.IsGeographyColumn(Int32) Method

Definition

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

public abstract bool IsGeographyColumn (int ordinal);
abstract member IsGeographyColumn : int -> bool
Public MustOverride Function IsGeographyColumn (ordinal As Integer) As Boolean

Parameters

ordinal
Int32

The column ordinal.

Returns

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

Applies to