RelationalTypeMapper.GetStringMapping(IProperty) Method

Definition

Gets the relational database type for the given string property.

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

Parameters

property
IProperty

The property to get the mapping for.

Returns

The type mapping to be used.

Applies to