Aracılığıyla paylaş


RelationalPropertyExtensions.GetRelationalTypeMapping Yöntem

Tanım

Aşırı Yüklemeler

GetRelationalTypeMapping(IProperty)

RelationalTypeMapping Son haline getirilmiş modelde verilen özellik için değerini döndürür.

GetRelationalTypeMapping(IReadOnlyProperty)

RelationalTypeMapping Son haline getirilmiş modelde verilen özellik için değerini döndürür.

GetRelationalTypeMapping(IProperty)

RelationalTypeMapping Son haline getirilmiş modelde verilen özellik için değerini döndürür.

[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping GetRelationalTypeMapping (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetRelationalTypeMapping : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
<Extension()>
Public Function GetRelationalTypeMapping (property As IProperty) As RelationalTypeMapping

Parametreler

property
IProperty

Özellik.

Döndürülenler

Tür eşlemesi.

Öznitelikler

Şunlara uygulanır

GetRelationalTypeMapping(IReadOnlyProperty)

RelationalTypeMapping Son haline getirilmiş modelde verilen özellik için değerini döndürür.

[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping GetRelationalTypeMapping (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetRelationalTypeMapping : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
<Extension()>
Public Function GetRelationalTypeMapping (property As IReadOnlyProperty) As RelationalTypeMapping

Parametreler

property
IReadOnlyProperty

Özellik.

Döndürülenler

Tür eşlemesi.

Öznitelikler

Şunlara uygulanır