Constructor SpatialContains
- Namespace
- YndigoBlue.Velocity.Functions
- Assembly
- YndigoBlue.Velocity.dll
SpatialContains(Column, Geometry)
Initializes a new instance of ST_Contains with a column and Geometry literal.
public SpatialContains(Column column, Geometry geometry)
Parameters
columnColumnThe column containing geometries to test as containers.
geometryGeometryThe geometry to test for containment.
SpatialContains(Column, Geography)
Initializes a new instance of ST_Contains with a column and Geography literal.
public SpatialContains(Column column, Geography geography)
Parameters
columnColumnThe column containing geographies to test as containers.
geographyGeographyThe geography to test for containment.
SpatialContains(Geometry, Column)
Initializes a new instance of ST_Contains with a Geometry literal and column.
public SpatialContains(Geometry geometry, Column column)
Parameters
geometryGeometryThe geometry to test as a container.
columnColumnThe column containing geometries to test for containment.
SpatialContains(Geography, Column)
Initializes a new instance of ST_Contains with a Geography literal and column.
public SpatialContains(Geography geography, Column column)