SqlitePropertyExtensions.GetSrid 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
GetSrid(IProperty) |
Bu özellik için sütun oluştururken kullanılacak SRID'yi döndürür. |
GetSrid(IReadOnlyProperty) |
Bu özellik için sütun oluştururken kullanılacak SRID'yi döndürür. |
GetSrid(IProperty, StoreObjectIdentifier) |
Bu özellik için sütun oluştururken kullanılacak SRID'yi döndürür. |
GetSrid(IReadOnlyProperty, StoreObjectIdentifier) |
Bu özellik için sütun oluştururken kullanılacak SRID'yi döndürür. |
GetSrid(IProperty)
Bu özellik için sütun oluştururken kullanılacak SRID'yi döndürür.
public static int? GetSrid (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetSrid : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Nullable<int>
<Extension()>
Public Function GetSrid (property As IProperty) As Nullable(Of Integer)
Parametreler
- property
- IProperty
Özellik.
Döndürülenler
Bu özellik için sütun oluştururken kullanılacak SRID.
Şunlara uygulanır
GetSrid(IReadOnlyProperty)
Bu özellik için sütun oluştururken kullanılacak SRID'yi döndürür.
public static int? GetSrid (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetSrid : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Nullable<int>
<Extension()>
Public Function GetSrid (property As IReadOnlyProperty) As Nullable(Of Integer)
Parametreler
- property
- IReadOnlyProperty
Özellik.
Döndürülenler
Bu özellik için sütun oluştururken kullanılacak SRID.
Şunlara uygulanır
GetSrid(IProperty, StoreObjectIdentifier)
Bu özellik için sütun oluştururken kullanılacak SRID'yi döndürür.
public static int? GetSrid (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetSrid : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Nullable<int>
<Extension()>
Public Function GetSrid (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Integer)
Parametreler
- property
- IProperty
Özellik.
- storeObject
- StoreObjectIdentifier
Store nesnesinin tanımlayıcısı.
Döndürülenler
Bu özellik için sütun oluştururken kullanılacak SRID.
Şunlara uygulanır
GetSrid(IReadOnlyProperty, StoreObjectIdentifier)
Bu özellik için sütun oluştururken kullanılacak SRID'yi döndürür.
public static int? GetSrid (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetSrid : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Nullable<int>
<Extension()>
Public Function GetSrid (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Integer)
Parametreler
- property
- IReadOnlyProperty
Özellik.
- storeObject
- StoreObjectIdentifier
Store nesnesinin tanımlayıcısı.
Döndürülenler
Bu özellik için sütun oluştururken kullanılacak SRID.
Şunlara uygulanır
Entity Framework