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) |
Kullanımdan kalktı.
Özelliğin SQLite'ı hedeflerken eşleyiştir olduğu sütunun SRID'lerini yapılandırır. |
| ForSqliteHasSrid(IConventionPropertyBuilder, Nullable<Int32>, Boolean) |
Kullanımdan kalktı.
Özelliğin SQLite'ı hedeflerken eşleyiştir olduğu sütunun SRID'lerini yapılandırır. |
| ForSqliteHasSrid<TProperty>(PropertyBuilder<TProperty>, Int32) |
Kullanımdan kalktı.
Özelliğin SQLite'ı hedeflerken eşleyiştir olduğu sütunun SRID'lerini yapılandırır. |
ForSqliteHasSrid(PropertyBuilder, Int32)
Dikkat
Use HasSrid
Özelliğin SQLite'ı hedeflerken eşleyiştir olduğu sütunun SRID'lerini yapılandırı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 zincirlene kadar aynı oluşturucu örneği.
- Öznitelikler
Şunlara uygulanır
ForSqliteHasSrid(IConventionPropertyBuilder, Nullable<Int32>, Boolean)
Dikkat
Use HasSrid
Özelliğin SQLite'ı hedeflerken eşleyiştir olduğu sütunun SRID'lerini yapılandırı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 veri ek açıklaması kullanılarak belirtilmemiş olup olmadığını gösterir.
Döndürülenler
Yapılandırma uygulanmışsa aynı oluşturucu örneği, aksi takdirde null olur.
- Öznitelikler
Şunlara uygulanır
ForSqliteHasSrid<TProperty>(PropertyBuilder<TProperty>, Int32)
Dikkat
Use HasSrid
Özelliğin SQLite'ı hedeflerken eşleyiştir olduğu sütunun SRID'lerini yapılandırı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 zincirlene kadar aynı oluşturucu örneği.
- Öznitelikler