RelationalPropertyExtensions.GetColumnType 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
| GetColumnType(IProperty) |
Özelliğin eşlenmiş olduğu sütunun veritabanı türünü döndürür. |
| GetColumnType(IReadOnlyProperty) |
Özelliğin eşlenmiş olduğu sütunun veritabanı türünü veya |
| GetColumnType(IProperty, StoreObjectIdentifier) |
Özelliğin eşlenmiş olduğu sütunun veritabanı türünü döndürür. |
| GetColumnType(IReadOnlyProperty, StoreObjectIdentifier) |
Özelliğin eşlenmiş olduğu sütunun veritabanı türünü veya |
GetColumnType(IProperty)
Özelliğin eşlenmiş olduğu sütunun veritabanı türünü döndürür.
public static string GetColumnType (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetColumnType : Microsoft.EntityFrameworkCore.Metadata.IProperty -> string
<Extension()>
Public Function GetColumnType (property As IProperty) As String
Parametreler
- property
- IProperty
Özellik.
Döndürülenler
Özelliğin eşlenmiş olduğu sütunun veritabanı türü.
Şunlara uygulanır
GetColumnType(IReadOnlyProperty)
Özelliğin eşlenmiş olduğu sütunun veritabanı türünü veya null veritabanı türünün bulunamamış olduğunu döndürür.
public static string? GetColumnType (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetColumnType : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> string
<Extension()>
Public Function GetColumnType (property As IReadOnlyProperty) As String
Parametreler
- property
- IReadOnlyProperty
Özellik.
Döndürülenler
Özelliğin eşlenmiş olduğu sütunun veritabanı türü null veya veritabanı türü bulunamıyor.
Şunlara uygulanır
GetColumnType(IProperty, StoreObjectIdentifier)
Özelliğin eşlenmiş olduğu sütunun veritabanı türünü döndürür.
public static string GetColumnType (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetColumnType : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetColumnType (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As String
Parametreler
- property
- IProperty
Özellik.
- storeObject
- StoreObjectIdentifier
Sütunu içeren tablo gibi bir depo nesnesinin tanımlayıcısı.
Döndürülenler
Özelliğin eşlenmiş olduğu sütunun veritabanı türü.
Şunlara uygulanır
GetColumnType(IReadOnlyProperty, StoreObjectIdentifier)
Özelliğin eşlenmiş olduğu sütunun veritabanı türünü veya null veritabanı türünün bulunamamış olduğunu döndürür.
public static string? GetColumnType (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetColumnType : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetColumnType (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As String
Parametreler
- property
- IReadOnlyProperty
Özellik.
- storeObject
- StoreObjectIdentifier
Sütunu içeren tablo gibi bir depo nesnesinin tanımlayıcısı.
Döndürülenler
Özelliğin eşlenmiş olduğu sütunun veritabanı türü null veya veritabanı türü bulunamıyor.