isGeographyColumn property

bool get isGeographyColumn

Whether the column is of a geography type.

Implementation

bool get isGeographyColumn =>
    columnType == ColumnType.geography ||
    columnType == ColumnType.geographyLineString ||
    columnType == ColumnType.geographyPolygon ||
    columnType == ColumnType.geographyGeometryCollection;