Sdílet prostřednictvím


RelationalTypeMapper.GetColumnType(IProperty) Metoda

Definice

Získá typ sloupce pro danou vlastnost.

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

Parametry

property
IProperty

Vlastnost.

Návraty

Název typu databáze.

Platí pro