RelationalPropertyExtensions.GetRelationalTypeMapping Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
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
Tür eşleme.
- Öznitelikler