ISqlExpressionFactory.GetTypeMappingForValue(Object) Yöntem

Tanım

Dikkat

Use IRelationalTypeMappingSource directly.

Belirli bir nesne için ilişkisel veritabanı türünü alır, hiçbir eşleme bulunmazsa oluşturulur.

public Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping GetTypeMappingForValue (object value);
[System.Obsolete("Use IRelationalTypeMappingSource directly.")]
public Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping GetTypeMappingForValue (object value);
[System.Obsolete("Use IRelationalTypeMappingSource directly.")]
public Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping GetTypeMappingForValue (object? value);
abstract member GetTypeMappingForValue : obj -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
[<System.Obsolete("Use IRelationalTypeMappingSource directly.")>]
abstract member GetTypeMappingForValue : obj -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
Public Function GetTypeMappingForValue (value As Object) As RelationalTypeMapping

Parametreler

value
Object

Eşleme alınacak nesne.

Döndürülenler

RelationalTypeMapping

Kullanılacak tür eşlemesi.

Öznitelikler

Şunlara uygulanır