Bagikan melalui


SqliteNetTopologySuitePropertyBuilderExtensions.HasGeometricDimension Metode

Definisi

Overload

HasGeometricDimension(PropertyBuilder, Ordinates)

Mengonfigurasi dimensi kolom yang dipetakan properti saat menargetkan SQLite.

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

Mengonfigurasi dimensi kolom yang dipetakan properti saat menargetkan SQLite.

HasGeometricDimension(PropertyBuilder, Ordinates)

Mengonfigurasi dimensi kolom yang dipetakan properti saat menargetkan 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

Parameter

propertyBuilder
PropertyBuilder

Penyusun untuk properti sedang dikonfigurasi.

ordinates
NetTopologySuite.Geometries.Ordinates

Dimensinya berordinat.

Mengembalikan

Instans penyusun yang sama sehingga beberapa panggilan dapat dirangkai.

Berlaku untuk

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

Mengonfigurasi dimensi kolom yang dipetakan properti saat menargetkan 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)

Jenis parameter

TProperty

Parameter

propertyBuilder
PropertyBuilder<TProperty>

Penyusun untuk properti sedang dikonfigurasi.

ordinates
NetTopologySuite.Geometries.Ordinates

Dimensinya berordinat.

Mengembalikan

Instans penyusun yang sama sehingga beberapa panggilan dapat dirangkai.

Berlaku untuk