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.
public ITable<SpatialDataSchema.SpatialIndexTessellation> SpatialIndexTessellations { get; }
Property Value
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
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.
public ITable<SpatialDataSchema.SpatialReferenceSystem> SpatialReferenceSystems { get; }