SqliteNetTopologySuitePropertyBuilderExtensions.ForSqliteHasDimension Method
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.
Overloads
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. |
ForSqliteHasDimension(PropertyBuilder, Ordinates)
Configures the dimension of the column that the property maps to when targeting SQLite.
public static Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder ForSqliteHasDimension (this Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder propertyBuilder, GeoAPI.Geometries.Ordinates ordinates);
static member ForSqliteHasDimension : Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder * GeoAPI.Geometries.Ordinates -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder
<Extension()>
Public Function ForSqliteHasDimension (propertyBuilder As PropertyBuilder, ordinates As Ordinates) As PropertyBuilder
Parameters
- propertyBuilder
- PropertyBuilder
The builder for the property being configured.
- ordinates
- GeoAPI.Geometries.Ordinates
The dimension ordinates.
Returns
The same builder instance so that multiple calls can be chained.
Applies to
ForSqliteHasDimension(PropertyBuilder, Ordinates)
Caution
Use HasGeometricDimension
Configures the dimension of the column that the property maps to when targeting SQLite.
[System.Obsolete("Use HasGeometricDimension")]
public static Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder ForSqliteHasDimension (this Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder propertyBuilder, NetTopologySuite.Geometries.Ordinates ordinates);
[<System.Obsolete("Use HasGeometricDimension")>]
static member ForSqliteHasDimension : Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder * NetTopologySuite.Geometries.Ordinates -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder
<Extension()>
Public Function ForSqliteHasDimension (propertyBuilder As PropertyBuilder, ordinates As Ordinates) As PropertyBuilder
Parameters
- propertyBuilder
- PropertyBuilder
The builder for the property being configured.
- ordinates
- NetTopologySuite.Geometries.Ordinates
The dimension ordinates.
Returns
The same builder instance so that multiple calls can be chained.
- Attributes
Applies to
ForSqliteHasDimension<TProperty>(PropertyBuilder<TProperty>, Ordinates)
Configures the dimension of the column that the property maps to when targeting SQLite.
public static Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> ForSqliteHasDimension<TProperty> (this Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> propertyBuilder, GeoAPI.Geometries.Ordinates ordinates);
static member ForSqliteHasDimension : Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property> * GeoAPI.Geometries.Ordinates -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property>
<Extension()>
Public Function ForSqliteHasDimension(Of TProperty) (propertyBuilder As PropertyBuilder(Of TProperty), ordinates As Ordinates) As PropertyBuilder(Of TProperty)
Type Parameters
- TProperty
Parameters
- propertyBuilder
- PropertyBuilder<TProperty>
The builder for the property being configured.
- ordinates
- GeoAPI.Geometries.Ordinates
The dimension ordinates.
Returns
The same builder instance so that multiple calls can be chained.
Applies to
ForSqliteHasDimension<TProperty>(PropertyBuilder<TProperty>, Ordinates)
Caution
Use HasGeometricDimension
Configures the dimension of the column that the property maps to when targeting SQLite.
[System.Obsolete("Use HasGeometricDimension")]
public static Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> ForSqliteHasDimension<TProperty> (this Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> propertyBuilder, NetTopologySuite.Geometries.Ordinates ordinates);
[<System.Obsolete("Use HasGeometricDimension")>]
static member ForSqliteHasDimension : Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property> * NetTopologySuite.Geometries.Ordinates -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property>
<Extension()>
Public Function ForSqliteHasDimension(Of TProperty) (propertyBuilder As PropertyBuilder(Of TProperty), ordinates As Ordinates) As PropertyBuilder(Of TProperty)
Type Parameters
- TProperty
Parameters
- propertyBuilder
- PropertyBuilder<TProperty>
The builder for the property being configured.
- ordinates
- NetTopologySuite.Geometries.Ordinates
The dimension ordinates.
Returns
The same builder instance so that multiple calls can be chained.
- Attributes
Applies to
Entity Framework