SqliteNetTopologySuitePropertyBuilderExtensions Class

Definition

SQLite and NetTopologySuite specific extension methods for PropertyBuilder.

public static class SqliteNetTopologySuitePropertyBuilderExtensions
type SqliteNetTopologySuitePropertyBuilderExtensions = class
Public Module SqliteNetTopologySuitePropertyBuilderExtensions
Inheritance
SqliteNetTopologySuitePropertyBuilderExtensions

Methods

ForSqliteHasDimension(PropertyBuilder, Ordinates)

Configures the dimension of the column that the property maps to when targeting SQLite.

ForSqliteHasDimension(PropertyBuilder, Ordinates)
Obsolete.

Configures the dimension of the column that the property maps to when targeting SQLite.

ForSqliteHasDimension<TProperty>(PropertyBuilder<TProperty>, Ordinates)

Configures the dimension of the column that the property maps to when targeting SQLite.

ForSqliteHasDimension<TProperty>(PropertyBuilder<TProperty>, Ordinates)
Obsolete.

Configures the dimension of the column that the property maps to when targeting SQLite.

HasGeometricDimension(PropertyBuilder, Ordinates)

Configures the dimension of the column that the property maps to when targeting SQLite.

HasGeometricDimension<TProperty>(PropertyBuilder<TProperty>, Ordinates)

Configures the dimension of the column that the property maps to when targeting SQLite.

Applies to