RelationalTypeMapper.GetByteArrayMapping(IProperty) Yöntem

Tanım

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

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