ISqlExpressionFactory.FindMapping(Type) Metoda

Definicja

Przestroga

Use IRelationalTypeMappingSource directly.

Znajduje mapowanie typów dla danego Typeelementu .

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

Parametry

type
Type

Typ CLR.

Zwraca

Mapowanie typu lub null jeśli nie znaleziono żadnego z nich.

Atrybuty

Dotyczy