Udostępnij za pośrednictwem


SqlitePropertyBuilderExtensions.ForSqliteHasDimension Metoda

Definicja

Przestroga

Use HasGeometricDimension

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

[System.Obsolete("Use HasGeometricDimension")]
public static Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder ForSqliteHasDimension (this Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder propertyBuilder, string dimension, bool fromDataAnnotation = false);
[<System.Obsolete("Use HasGeometricDimension")>]
static member ForSqliteHasDimension : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder * string * bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder
<Extension()>
Public Function ForSqliteHasDimension (propertyBuilder As IConventionPropertyBuilder, dimension As String, Optional fromDataAnnotation As Boolean = false) As IConventionPropertyBuilder

Parametry

propertyBuilder
IConventionPropertyBuilder

Konstruktor dla konfigurowanej właściwości.

dimension
String

Wymiar.

fromDataAnnotation
Boolean

Wskazuje, czy konfiguracja została określona przy użyciu adnotacji danych.

Zwraca

To samo wystąpienie konstruktora, jeśli konfiguracja została zastosowana, null w przeciwnym razie.

Atrybuty

Dotyczy