DbSpatialDataReader.IsGeometryColumn(Int32) Method

Definition

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

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

Parameters

ordinal
Int32

The column ordinal.

Returns

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

Applies to