RelationalPropertyExtensions.GetRelationalTypeMapping Yöntem

Tanım

Aşırı Yüklemeler

GetRelationalTypeMapping(IProperty)

Son RelationalTypeMapping modeldeki verilen özellik için döndürür.

GetRelationalTypeMapping(IReadOnlyProperty)

Son RelationalTypeMapping modeldeki verilen özellik için döndürür.

GetRelationalTypeMapping(IProperty)

Son RelationalTypeMapping modeldeki verilen özellik için 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

RelationalTypeMapping

Tür eşleme.

Öznitelikler

Şunlara uygulanır

GetRelationalTypeMapping(IReadOnlyProperty)

Son RelationalTypeMapping modeldeki verilen özellik için 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

RelationalTypeMapping

Tür eşleme.

Öznitelikler

Şunlara uygulanır