SqliteNetTopologySuitePropertyBuilderExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Entity Framework