Table of Contents

Class SpatialDataSchema.DataContext

Namespace
LinqToDB.Tools.DataProvider.SqlServer.Schemas
Assembly
linq2db.Tools.dll
public class SpatialDataSchema.DataContext
Inheritance
SpatialDataSchema.DataContext
Extension Methods

Constructors

DataContext(IDataContext)

public DataContext(IDataContext dataContext)

Parameters

dataContext IDataContext

Properties

SpatialIndexTessellations

sys.spatial_index_tessellations (Transact-SQL)

Applies to: √ SQL Server (all supported versions)

Represents the information about the tessellation scheme and parameters of each of the spatial indexes.

note


For information about tessellation, see Spatial Indexes Overview.


See sys.spatial_index_tessellations.

public ITable<SpatialDataSchema.SpatialIndexTessellation> SpatialIndexTessellations { get; }

Property Value

ITable<SpatialDataSchema.SpatialIndexTessellation>

SpatialIndexes

sys.spatial_indexes (Transact-SQL)

Applies to: √ SQL Server (all supported versions)

Represents the main index information of the spatial indexes.


See sys.spatial_indexes.

public ITable<SpatialDataSchema.SpatialIndex> SpatialIndexes { get; }

Property Value

ITable<SpatialDataSchema.SpatialIndex>

SpatialReferenceSystems

sys.spatial_reference_systems (Transact-SQL)

Applies to: √ SQL Server (all supported versions) √ Azure SQL Database

Lists the spatial reference systems (SRIDs) supported by SQL Server.


See sys.spatial_reference_systems.

public ITable<SpatialDataSchema.SpatialReferenceSystem> SpatialReferenceSystems { get; }

Property Value

ITable<SpatialDataSchema.SpatialReferenceSystem>