Freigeben über


ISqlExpressionFactory.FindMapping(Type) Methode

Definition

Achtung

Use IRelationalTypeMappingSource directly.

Sucht nach der Typzuordnung für eine angegebene Type.

public Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping FindMapping (Type type);
[System.Obsolete("Use IRelationalTypeMappingSource directly.")]
public Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping FindMapping (Type type);
[System.Obsolete("Use IRelationalTypeMappingSource directly.")]
public Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping? FindMapping (Type type);
abstract member FindMapping : Type -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
[<System.Obsolete("Use IRelationalTypeMappingSource directly.")>]
abstract member FindMapping : Type -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
Public Function FindMapping (type As Type) As RelationalTypeMapping

Parameter

type
Type

Der CLR-Typ.

Gibt zurück

Die Typzuordnung oder null , wenn keine gefunden wurde.

Attribute

Gilt für: