Sdílet prostřednictvím


SqliteNetTopologySuitePropertyBuilderExtensions.ForSqliteHasDimension Metoda

Definice

Přetížení

ForSqliteHasDimension(PropertyBuilder, Ordinates)

Konfiguruje dimenzi sloupce, na který se vlastnost mapuje při cílení na SQLite.

ForSqliteHasDimension(PropertyBuilder, Ordinates)
Zastaralé.

Konfiguruje dimenzi sloupce, na který se vlastnost mapuje při cílení na SQLite.

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

Konfiguruje dimenzi sloupce, na který se vlastnost mapuje při cílení na SQLite.

ForSqliteHasDimension<TProperty>(PropertyBuilder<TProperty>, Ordinates)
Zastaralé.

Konfiguruje dimenzi sloupce, na který se vlastnost mapuje při cílení na SQLite.

ForSqliteHasDimension(PropertyBuilder, Ordinates)

Konfiguruje dimenzi sloupce, na který se vlastnost mapuje při cílení na 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

Tvůrce konfigurované vlastnosti.

ordinates
GeoAPI.Geometries.Ordinates

Dimenze ordinuje.

Návraty

Stejná instance tvůrce, aby bylo možné zřetězených více volání.

Platí pro

ForSqliteHasDimension(PropertyBuilder, Ordinates)

Upozornění

Use HasGeometricDimension

Konfiguruje dimenzi sloupce, na který se vlastnost mapuje při cílení na 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

Tvůrce konfigurované vlastnosti.

ordinates
NetTopologySuite.Geometries.Ordinates

Dimenze ordinuje.

Návraty

Stejná instance tvůrce, aby bylo možné zřetězených více volání.

Atributy

Platí pro

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

Konfiguruje dimenzi sloupce, na který se vlastnost mapuje při cílení na 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>

Tvůrce konfigurované vlastnosti.

ordinates
GeoAPI.Geometries.Ordinates

Dimenze ordinuje.

Návraty

Stejná instance tvůrce, aby bylo možné zřetězených více volání.

Platí pro

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

Upozornění

Use HasGeometricDimension

Konfiguruje dimenzi sloupce, na který se vlastnost mapuje při cílení na 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>

Tvůrce konfigurované vlastnosti.

ordinates
NetTopologySuite.Geometries.Ordinates

Dimenze ordinuje.

Návraty

Stejná instance tvůrce, aby bylo možné zřetězených více volání.

Atributy

Platí pro