Share via


RelationalTypeMapper.GetByteArrayMapping(IProperty) Method

Definition

Gets the relational database type for the given byte array property.

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

Parameters

property
IProperty

The property to get the mapping for.

Returns

The type mapping to be used.

Applies to