Sdílet prostřednictvím


RelationalTypeMappingSource.FindCollectionMapping Metoda

Definice

Jedná se o interní rozhraní API, které podporuje infrastrukturu Entity Framework Core a nepodléhá stejným standardům kompatibility jako veřejná rozhraní API. V libovolné verzi může být bez upozornění změněna nebo odebrána. Měli byste ho používat přímo v kódu pouze s mimořádnou opatrností a s vědomím, že při aktualizaci na novou verzi Entity Framework Core může dojít k selháním aplikace.

[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

Parametry

modelType
Type
providerType
Type
elementMapping
CoreTypeMapping

Návraty

Atributy

Platí pro