SqliteNetTopologySuitePropertyBuilderExtensions.HasGeometricDimension 方法

定义

重载

HasGeometricDimension(PropertyBuilder, Ordinates)

配置属性在面向 SQLite 时映射到的列的维度。

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

配置属性在面向 SQLite 时映射到的列的维度。

HasGeometricDimension(PropertyBuilder, Ordinates)

配置属性在面向 SQLite 时映射到的列的维度。

public static Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder HasGeometricDimension (this Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder propertyBuilder, NetTopologySuite.Geometries.Ordinates ordinates);
static member HasGeometricDimension : Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder * NetTopologySuite.Geometries.Ordinates -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder
<Extension()>
Public Function HasGeometricDimension (propertyBuilder As PropertyBuilder, ordinates As Ordinates) As PropertyBuilder

参数

propertyBuilder
PropertyBuilder

要配置的属性的生成器。

ordinates
NetTopologySuite.Geometries.Ordinates

维度纵坐标。

返回

同一生成器实例,以便可以链接多个调用。

适用于

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

配置属性在面向 SQLite 时映射到的列的维度。

public static Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> HasGeometricDimension<TProperty> (this Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> propertyBuilder, NetTopologySuite.Geometries.Ordinates ordinates);
static member HasGeometricDimension : Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property> * NetTopologySuite.Geometries.Ordinates -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property>
<Extension()>
Public Function HasGeometricDimension(Of TProperty) (propertyBuilder As PropertyBuilder(Of TProperty), ordinates As Ordinates) As PropertyBuilder(Of TProperty)

类型参数

TProperty

参数

propertyBuilder
PropertyBuilder<TProperty>

要配置的属性的生成器。

ordinates
NetTopologySuite.Geometries.Ordinates

维度纵坐标。

返回

同一生成器实例,以便可以链接多个调用。

适用于