SqlitePropertyBuilderExtensions.ForSqliteHasSrid Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
ForSqliteHasSrid(PropertyBuilder, Int32) |
Geçersiz.
SQLite hedeflenirken özelliğin eşlenmesi için sütunun SRID'sini yapılandırılır. |
ForSqliteHasSrid(IConventionPropertyBuilder, Nullable<Int32>, Boolean) |
Geçersiz.
SQLite hedeflenirken özelliğin eşlenmesi için sütunun SRID'sini yapılandırılır. |
ForSqliteHasSrid<TProperty>(PropertyBuilder<TProperty>, Int32) |
Geçersiz.
SQLite hedeflenirken özelliğin eşlenmesi için sütunun SRID'sini yapılandırılır. |
ForSqliteHasSrid(PropertyBuilder, Int32)
Dikkat
Use HasSrid
SQLite hedeflenirken özelliğin eşlenmesi için sütunun SRID'sini yapılandırılır.
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
Parametreler
- propertyBuilder
- PropertyBuilder
Yapılandırılan özelliğin oluşturucusu.
- srid
- Int32
The SRID.
Döndürülenler
Birden çok çağrının zincirlenebilmesi için aynı oluşturucu örneği.
- Öznitelikler
Şunlara uygulanır
ForSqliteHasSrid(IConventionPropertyBuilder, Nullable<Int32>, Boolean)
Dikkat
Use HasSrid
SQLite hedeflenirken özelliğin eşlenmesi için sütunun SRID'sini yapılandırılır.
[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
Parametreler
- propertyBuilder
- IConventionPropertyBuilder
Yapılandırılan özelliğin oluşturucusu.
- fromDataAnnotation
- Boolean
Yapılandırmanın bir veri ek açıklaması kullanılarak belirtilip belirtilmediğinden emin olun.
Döndürülenler
Yapılandırma uygulandıysa aynı oluşturucu örneği, null
aksi takdirde.
- Öznitelikler
Şunlara uygulanır
ForSqliteHasSrid<TProperty>(PropertyBuilder<TProperty>, Int32)
Dikkat
Use HasSrid
SQLite hedeflenirken özelliğin eşlenmesi için sütunun SRID'sini yapılandırılır.
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)
Tür Parametreleri
- TProperty
Parametreler
- propertyBuilder
- PropertyBuilder<TProperty>
Yapılandırılan özelliğin oluşturucusu.
- srid
- Int32
The SRID.
Döndürülenler
Birden çok çağrının zincirlenebilmesi için aynı oluşturucu örneği.
- Öznitelikler
Şunlara uygulanır
Entity Framework