RelationalTypeMapper.FindCustomMapping(IProperty) Yöntem

Tanım

Gerekirse ayrı bir tür Eşleyici kullanarak verilen özellik için ilişkisel veritabanı türünü alır. Bu temel uygulama dize ve bayt dizisi özellikleri için özel mapgt kullanır. Hiçbir eşleme bulunmazsa null değerini döndürür.

protected virtual Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping FindCustomMapping (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
abstract member FindCustomMapping : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
override this.FindCustomMapping : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
Protected Overridable Function FindCustomMapping (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