Udostępnij za pośrednictwem


SqliteNetTopologySuitePropertyBuilderExtensions.ForSqliteHasDimension Metoda

Definicja

Przeciążenia

ForSqliteHasDimension(PropertyBuilder, Ordinates)

Konfiguruje wymiar kolumny, do którego jest mapowanie właściwości podczas określania wartości SQLite.

ForSqliteHasDimension(PropertyBuilder, Ordinates)
Przestarzałe.

Konfiguruje wymiar kolumny, do którego jest mapowanie właściwości podczas określania wartości SQLite.

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

Konfiguruje wymiar kolumny, do którego jest mapowanie właściwości podczas określania wartości SQLite.

ForSqliteHasDimension<TProperty>(PropertyBuilder<TProperty>, Ordinates)
Przestarzałe.

Konfiguruje wymiar kolumny, do którego jest mapowanie właściwości podczas określania wartości SQLite.

ForSqliteHasDimension(PropertyBuilder, Ordinates)

Konfiguruje wymiar kolumny, do którego jest mapowanie właściwości podczas określania wartości 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

Parametry

propertyBuilder
PropertyBuilder

Konstruktor dla konfigurowanej właściwości.

ordinates
GeoAPI.Geometries.Ordinates

Wymiar jest współrzędny.

Zwraca

To samo wystąpienie konstruktora, aby można było połączyć w łańcuch wiele wywołań.

Dotyczy

ForSqliteHasDimension(PropertyBuilder, Ordinates)

Przestroga

Use HasGeometricDimension

Konfiguruje wymiar kolumny, do którego jest mapowanie właściwości podczas określania wartości 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

Parametry

propertyBuilder
PropertyBuilder

Konstruktor dla konfigurowanej właściwości.

ordinates
NetTopologySuite.Geometries.Ordinates

Wymiar jest współrzędny.

Zwraca

To samo wystąpienie konstruktora, aby można było połączyć w łańcuch wiele wywołań.

Atrybuty

Dotyczy

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

Konfiguruje wymiar kolumny, do którego jest mapowanie właściwości podczas określania wartości 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)

Parametry typu

TProperty

Parametry

propertyBuilder
PropertyBuilder<TProperty>

Konstruktor dla konfigurowanej właściwości.

ordinates
GeoAPI.Geometries.Ordinates

Wymiar jest współrzędny.

Zwraca

To samo wystąpienie konstruktora, aby można było połączyć w łańcuch wiele wywołań.

Dotyczy

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

Przestroga

Use HasGeometricDimension

Konfiguruje wymiar kolumny, do którego jest mapowanie właściwości podczas określania wartości 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)

Parametry typu

TProperty

Parametry

propertyBuilder
PropertyBuilder<TProperty>

Konstruktor dla konfigurowanej właściwości.

ordinates
NetTopologySuite.Geometries.Ordinates

Wymiar jest współrzędny.

Zwraca

To samo wystąpienie konstruktora, aby można było połączyć w łańcuch wiele wywołań.

Atrybuty

Dotyczy