SqlExpressionFactory.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 virtual Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping GetTypeMappingForValue (object value);
[System.Obsolete("Use IRelationalTypeMappingSource directly.")]
public virtual Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping GetTypeMappingForValue (object value);
[System.Obsolete("Use IRelationalTypeMappingSource directly.")]
public virtual Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping GetTypeMappingForValue (object? value);
abstract member GetTypeMappingForValue : obj -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
override this.GetTypeMappingForValue : obj -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
[<System.Obsolete("Use IRelationalTypeMappingSource directly.")>]
abstract member GetTypeMappingForValue : obj -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
override this.GetTypeMappingForValue : obj -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
Public Overridable 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.

Uygulamalar

Öznitelikler

Şunlara uygulanır