Sdílet prostřednictvím


SqlitePropertyBuilderExtensions.ForSqliteHasSrid Metoda

Definice

Přetížení

ForSqliteHasSrid(PropertyBuilder, Int32)
Zastaralé.

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

ForSqliteHasSrid(IConventionPropertyBuilder, Nullable<Int32>, Boolean)
Zastaralé.

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

ForSqliteHasSrid<TProperty>(PropertyBuilder<TProperty>, Int32)
Zastaralé.

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

ForSqliteHasSrid(PropertyBuilder, Int32)

Upozornění

Use HasSrid

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

public static Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder ForSqliteHasSrid (this Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder propertyBuilder, int srid);
[System.Obsolete("Use HasSrid")]
public static Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder ForSqliteHasSrid (this Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder propertyBuilder, int srid);
static member ForSqliteHasSrid : Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder * int -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder
[<System.Obsolete("Use HasSrid")>]
static member ForSqliteHasSrid : Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder * int -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder
<Extension()>
Public Function ForSqliteHasSrid (propertyBuilder As PropertyBuilder, srid As Integer) As PropertyBuilder

Parametry

propertyBuilder
PropertyBuilder

Tvůrce konfigurované vlastnosti.

srid
Int32

The SRID.

Návraty

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

Atributy

Platí pro

ForSqliteHasSrid(IConventionPropertyBuilder, Nullable<Int32>, Boolean)

Upozornění

Use HasSrid

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

[System.Obsolete("Use HasSrid")]
public static Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder ForSqliteHasSrid (this Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder propertyBuilder, int? srid, bool fromDataAnnotation = false);
[<System.Obsolete("Use HasSrid")>]
static member ForSqliteHasSrid : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder * Nullable<int> * bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder
<Extension()>
Public Function ForSqliteHasSrid (propertyBuilder As IConventionPropertyBuilder, srid As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false) As IConventionPropertyBuilder

Parametry

propertyBuilder
IConventionPropertyBuilder

Tvůrce konfigurované vlastnosti.

srid
Nullable<Int32>

The SRID.

fromDataAnnotation
Boolean

Určuje, zda byla konfigurace zadána pomocí datové poznámky.

Návraty

Stejná instance tvůrce, pokud byla použita konfigurace, null jinak.

Atributy

Platí pro

ForSqliteHasSrid<TProperty>(PropertyBuilder<TProperty>, Int32)

Upozornění

Use HasSrid

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

public static Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> ForSqliteHasSrid<TProperty> (this Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> propertyBuilder, int srid);
[System.Obsolete("Use HasSrid")]
public static Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> ForSqliteHasSrid<TProperty> (this Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> propertyBuilder, int srid);
static member ForSqliteHasSrid : Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property> * int -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property>
[<System.Obsolete("Use HasSrid")>]
static member ForSqliteHasSrid : Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property> * int -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property>
<Extension()>
Public Function ForSqliteHasSrid(Of TProperty) (propertyBuilder As PropertyBuilder(Of TProperty), srid As Integer) As PropertyBuilder(Of TProperty)

Parametry typu

TProperty

Parametry

propertyBuilder
PropertyBuilder<TProperty>

Tvůrce konfigurované vlastnosti.

srid
Int32

The SRID.

Návraty

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

Atributy

Platí pro