SqliteNetTopologySuitePropertyBuilderExtensions.ForSqliteHasDimension 方法

定义

重载

ForSqliteHasDimension(PropertyBuilder, Ordinates)

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

ForSqliteHasDimension(PropertyBuilder, Ordinates)
已过时.

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

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

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

ForSqliteHasDimension<TProperty>(PropertyBuilder<TProperty>, Ordinates)
已过时.

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

ForSqliteHasDimension(PropertyBuilder, Ordinates)

配置属性在面向 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

参数

propertyBuilder
PropertyBuilder

要配置的属性的生成器。

ordinates
GeoAPI.Geometries.Ordinates

维度坐标。

返回

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

适用于

ForSqliteHasDimension(PropertyBuilder, Ordinates)

注意

Use HasGeometricDimension

配置属性在面向 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

参数

propertyBuilder
PropertyBuilder

要配置的属性的生成器。

ordinates
NetTopologySuite.Geometries.Ordinates

维度坐标。

返回

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

属性

适用于

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

配置属性在面向 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)

类型参数

TProperty

参数

propertyBuilder
PropertyBuilder<TProperty>

要配置的属性的生成器。

ordinates
GeoAPI.Geometries.Ordinates

维度坐标。

返回

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

适用于

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

注意

Use HasGeometricDimension

配置属性在面向 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)

类型参数

TProperty

参数

propertyBuilder
PropertyBuilder<TProperty>

要配置的属性的生成器。

ordinates
NetTopologySuite.Geometries.Ordinates

维度坐标。

返回

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

属性

适用于