SqlitePropertyBuilderExtensions.ForSqliteHasSrid Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
ForSqliteHasSrid(PropertyBuilder, Int32) |
Obsoleti.
Configura l'identificatore SRID della colonna a cui viene eseguito il mapping della proprietà durante la destinazione SQLite. |
ForSqliteHasSrid(IConventionPropertyBuilder, Nullable<Int32>, Boolean) |
Obsoleti.
Configura l'identificatore SRID della colonna a cui viene eseguito il mapping della proprietà durante la destinazione SQLite. |
ForSqliteHasSrid<TProperty>(PropertyBuilder<TProperty>, Int32) |
Obsoleti.
Configura l'identificatore SRID della colonna a cui viene eseguito il mapping della proprietà durante la destinazione SQLite. |
ForSqliteHasSrid(PropertyBuilder, Int32)
Attenzione
Use HasSrid
Configura l'identificatore SRID della colonna a cui viene eseguito il mapping della proprietà durante la destinazione 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
Parametri
- propertyBuilder
- PropertyBuilder
Generatore per la proprietà da configurare.
- srid
- Int32
The SRID.
Restituisce
Stessa istanza del generatore in modo che più chiamate possano essere concatenati.
- Attributi
Si applica a
ForSqliteHasSrid(IConventionPropertyBuilder, Nullable<Int32>, Boolean)
Attenzione
Use HasSrid
Configura l'identificatore SRID della colonna a cui viene eseguito il mapping della proprietà durante la destinazione 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
Parametri
- propertyBuilder
- IConventionPropertyBuilder
Generatore per la proprietà da configurare.
- fromDataAnnotation
- Boolean
Indica se la configurazione è stata specificata utilizzando un'annotazione dati.
Restituisce
Stessa istanza del generatore se la configurazione è stata applicata; in caso contrario, null
.
- Attributi
Si applica a
ForSqliteHasSrid<TProperty>(PropertyBuilder<TProperty>, Int32)
Attenzione
Use HasSrid
Configura l'identificatore SRID della colonna a cui viene eseguito il mapping della proprietà durante la destinazione 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)
Parametri di tipo
- TProperty
Parametri
- propertyBuilder
- PropertyBuilder<TProperty>
Generatore per la proprietà da configurare.
- srid
- Int32
The SRID.
Restituisce
Stessa istanza del generatore in modo che più chiamate possano essere concatenati.
- Attributi