RelationalTypeMapper.GetColumnType(IProperty) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
Veritabanı türünün adı.