SpatialQueryTestBase<TFixture>
SpatialQueryTestBase(TFixture)
AssertDistances
Area(Boolean)
AsBinary_with_null_check(Boolean)
AsBinary(Boolean)
AsText(Boolean)
Boundary(Boolean)
Buffer_quadrantSegments(Boolean)
Buffer(Boolean)
Centroid(Boolean)
Combine_aggregate(Boolean)
Contains(Boolean)
ConvexHull_aggregate(Boolean)
ConvexHull(Boolean)
CoveredBy(Boolean)
Covers(Boolean)
Crosses(Boolean)
Difference(Boolean)
Dimension(Boolean)
Disjoint_with_cast_to_nullable(Boolean)
Disjoint_with_null_check(Boolean)
Distance_constant_lhs(Boolean)
Distance_constant_srid_4326(Boolean)
Distance_constant(Boolean)
Distance_geometry(Boolean)
Distance_on_converted_geometry_type_constant_lhs(Boolean)
Distance_on_converted_geometry_type_constant(Boolean)
Distance_on_converted_geometry_type_lhs(Boolean)
Distance_on_converted_geometry_type(Boolean)
Distance_with_cast_to_nullable(Boolean)
Distance_with_null_check(Boolean)
EndPoint(Boolean)
Envelope(Boolean)
EnvelopeCombine_aggregate(Boolean)
EqualsTopologically(Boolean)
ExteriorRing(Boolean)
GeometryType(Boolean)
GetGeometryN_with_null_argument(Boolean)
GetGeometryN(Boolean)
GetInteriorRingN(Boolean)
GetPointN(Boolean)
ICurve_IsClosed(Boolean)
IGeometryCollection_Count(Boolean)
IMultiCurve_IsClosed(Boolean)
InteriorPoint(Boolean)
Intersection(Boolean)
Intersects_equal_to_null(Boolean)
Intersects_not_equal_to_null(Boolean)
Intersects(Boolean)
IsEmpty_equal_to_null(Boolean)
IsEmpty_not_equal_to_null(Boolean)
IsEmpty(Boolean)
IsRing(Boolean)
IsSimple(Boolean)
IsValid(Boolean)
IsWithinDistance(Boolean)
Item(Boolean)
Length(Boolean)
LineString_Count(Boolean)
M(Boolean)
Normalized(Boolean)
NumGeometries(Boolean)
NumInteriorRings(Boolean)
NumPoints(Boolean)
OgcGeometryType(Boolean)
Overlaps(Boolean)
PointOnSurface(Boolean)
Relate(Boolean)
Reverse(Boolean)
SimpleSelect(Boolean)
SRID_geometry(Boolean)
SRID(Boolean)
StartPoint(Boolean)
SymmetricDifference(Boolean)
ToBinary(Boolean)
ToText(Boolean)
Touches(Boolean)
Union_aggregate(Boolean)
Union_void(Boolean)
Union(Boolean)
WithConversion(Boolean)
Within(Boolean)
X(Boolean)
XY_with_collection_join(Boolean)
Y(Boolean)
Z(Boolean)
net10.0-windows7.0
namespace Microsoft.EntityFrameworkCore.Query
{
public abstract class SpatialQueryTestBase<TFixture> : QueryTestBase<TFixture>
where TFixture, new(), SpatialQueryFixtureBase
{
[ConditionalTheory]
[MemberData("IsAsyncData", new[] { })]
public virtual Task Item(bool async);
}
}
.NET | 9.010.0 |
---|---|
Information specific to net10.0 | |
Platforms | This API is only available when you target a specific platform: |
Windows | 7.0 |
Information specific to net10.0-windows7.0 | |
Assembly | Microsoft.EntityFrameworkCore.Specification.Tests , Version=9.0.3.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Your project needs a package reference to |
Package | Microsoft.EntityFrameworkCore.Specification.Tests (9.0.3) net9.0 |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API