RelationalPropertyExtensions.GetColumnType Yöntem

Tanım

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 null veritabanı türünün bulunamamış olduğunu döndürür.

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 null veritabanı türünün bulunamamış olduğunu döndürür.

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

String

Ö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

String

Ö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

String

Ö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

String

Özelliğin eşlenmiş olduğu sütunun veritabanı türü null veya veritabanı türü bulunamıyor.

Şunlara uygulanır