TypeMappingSource.FindCollectionMapping Methode

Definition

Versucht, eine Typzuordnung für eine Auflistung von primitiven Typen zu finden.

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

Parameter

info
TypeMappingInfo

Die verwendeten Zuordnungsinformationen.

modelType
Type

Der Modelltyp.

providerType
Type

Der Anbietertyp.

elementMapping
CoreTypeMapping

Die Elementzuordnung, sofern bekannt.

Gibt zurück

Die Typzuordnung, oder null , wenn keine gefunden wurde.

Attribute

Gilt für: