RelationalTypeMapper.GetColumnType(IProperty) Yöntem

Tanım

Verilen özellik için sütun türünü alır.

protected abstract string GetColumnType (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
protected virtual string GetColumnType (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
abstract member GetColumnType : Microsoft.EntityFrameworkCore.Metadata.IProperty -> string
abstract member GetColumnType : Microsoft.EntityFrameworkCore.Metadata.IProperty -> string
override this.GetColumnType : Microsoft.EntityFrameworkCore.Metadata.IProperty -> string
Protected MustOverride Function GetColumnType (property As IProperty) As String
Protected Overridable Function GetColumnType (property As IProperty) As String

Parametreler

property
IProperty

Özellik.

Döndürülenler

String

Veritabanı türünün adı.

Şunlara uygulanır