DbSpatialDataReader.IsGeographyColumn(Int32) 方法

定义

返回指定列序号处的列是否为 geography 类型

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

参数

ordinal
Int32

列序号。

返回

true 如果指定列序号处的列为 geography 类型,则为 ; false 否则。

适用于