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

維度座標。

傳回

相同的產生器實例,以便鏈結多個呼叫。

適用於