次の方法で共有


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 それ以外の場合は 。

適用対象