RelationalTypeMapper.GetColumnType(IProperty) Method

Definition

Gets column type for the given property.

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

Parameters

property
IProperty

The property.

Returns

The name of the database type.

Applies to