Freigeben über


RelationalTypeMappingSource.FindMappingWithConversion Methode

Definition

Diese API unterstützt die Entity Framework Core-Infrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code vorgesehen. Diese API kann sich ändern oder in zukünftigen Releases entfernt werden.

protected virtual Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping FindMappingWithConversion (in Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo mappingInfo, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IProperty> principals);
abstract member FindMappingWithConversion : RelationalTypeMappingInfo * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IProperty> -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
override this.FindMappingWithConversion : RelationalTypeMappingInfo * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IProperty> -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
Protected Overridable Function FindMappingWithConversion (mappingInfo As RelationalTypeMappingInfo, principals As IReadOnlyList(Of IProperty)) As RelationalTypeMapping

Parameter

principals
IReadOnlyList<IProperty>

Gibt zurück

Gilt für: