SpatialIndexDefinition<T> Class

Definition

Spatial index fluent definition.

public class SpatialIndexDefinition<T>
type SpatialIndexDefinition<'T> = class
Public Class SpatialIndexDefinition(Of T)

Type Parameters

T
Inheritance
SpatialIndexDefinition<T>

Methods

Attach()

Applies the current definition to the parent.

Path(String)

Adds a path to the current SpatialPath definition.

Path(String, SpatialType[])

Add a path to the current SpatialPath definition with a particular set of SpatialTypes.

Applies to

See also