Aracılığıyla paylaş


RelationalPropertyExtensions.GetColumnType Yöntem

Tanım

Aşırı Yüklemeler

GetColumnType(IReadOnlyProperty, StoreObjectIdentifier)

Özelliğin eşlendiği sütunun veritabanı türünü veya null veritabanı türü bulunamazsa döndürür.

GetColumnType(IProperty, StoreObjectIdentifier)

Özelliğin eşlendiği sütunun veritabanı türünü döndürür.

GetColumnType(IProperty)

Özelliğin eşlendiği sütunun veritabanı türünü döndürür.

GetColumnType(IReadOnlyProperty)

Özelliğin eşlendiği sütunun veritabanı türünü veya null veritabanı türü bulunamazsa döndürür.

GetColumnType(IReadOnlyProperty, StoreObjectIdentifier)

Özelliğin eşlendiği sütunun veritabanı türünü veya null veritabanı türü bulunamazsa 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 benzeri depolama nesnesinin tanımlayıcısı.

Döndürülenler

Özelliğin eşlendiği sütunun veritabanı türü veya null veritabanı türü bulunamazsa.

Şunlara uygulanır

GetColumnType(IProperty, StoreObjectIdentifier)

Özelliğin eşlendiği 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 benzeri depolama nesnesinin tanımlayıcısı.

Döndürülenler

Özelliğin eşlendiği sütunun veritabanı türü.

Şunlara uygulanır

GetColumnType(IProperty)

Özelliğin eşlendiği 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şlendiği sütunun veritabanı türü.

Şunlara uygulanır

GetColumnType(IReadOnlyProperty)

Özelliğin eşlendiği sütunun veritabanı türünü veya null veritabanı türü bulunamazsa 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şlendiği sütunun veritabanı türü veya null veritabanı türü bulunamazsa.

Şunlara uygulanır