RelationalTypeMapper.GetStringMapping(IProperty) Yöntem

Tanım

Verilen dize özelliği için ilişkisel veritabanı türünü alır.

protected virtual Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping GetStringMapping (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
abstract member GetStringMapping : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
override this.GetStringMapping : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
Protected Overridable Function GetStringMapping (property As IProperty) As RelationalTypeMapping

Parametreler

property
IProperty

Eşlemesini almak için özelliği.

Döndürülenler

RelationalTypeMapping

Kullanılacak tür eşlemesi.

Şunlara uygulanır