Freigeben über


RelationalTypeMappingSource.FindCollectionMapping Methode

Definition

Dies ist eine interne API, die die Entity Framework Core-Infrastruktur unterstützt und nicht den gleichen Kompatibilitätsstandards wie öffentliche APIs unterliegt. Es kann ohne vorherige Ankündigung in jeder Version geändert oder entfernt werden. Sie sollten es nur mit äußerster Vorsicht direkt in Ihrem Code verwenden und wissen, dass dies bei der Aktualisierung auf ein neues Entity Framework Core-Release zu Anwendungsfehlern führen kann.

[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
protected virtual Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping? FindCollectionMapping (Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo info, Type modelType, Type? providerType, Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping? elementMapping);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
abstract member FindCollectionMapping : Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo * Type * Type * Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
override this.FindCollectionMapping : Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo * Type * Type * Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
Protected Overridable Function FindCollectionMapping (info As RelationalTypeMappingInfo, modelType As Type, providerType As Type, elementMapping As CoreTypeMapping) As RelationalTypeMapping

Parameter

modelType
Type
providerType
Type
elementMapping
CoreTypeMapping

Gibt zurück

Attribute

Gilt für: