RelationalPropertyExtensions.FindRelationalTypeMapping Yöntem

Tanım

Aşırı Yüklemeler

FindRelationalTypeMapping(IProperty)

Sonlaştırılmış RelationalTypeMapping modelde verilen özelliği için döndürür.

FindRelationalTypeMapping(IReadOnlyProperty)

Sonlaştırılmış RelationalTypeMapping modelde verilen özelliği için döndürür.

FindRelationalTypeMapping(IProperty, StoreObjectIdentifier)

Sonlaştırılmış RelationalTypeMapping modelde verilen özelliği için döndürür.

FindRelationalTypeMapping(IReadOnlyProperty, StoreObjectIdentifier)

Sonlaştırılmış RelationalTypeMapping modelde verilen özelliği için döndürür.

FindRelationalTypeMapping(IProperty)

Sonlaştırılmış RelationalTypeMapping modelde verilen özelliği için döndürür.

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

Parametreler

property
IProperty

Özellik.

Döndürülenler

RelationalTypeMapping

Tür eşlemesi veya null bulunamıyorsa.

Öznitelikler

Şunlara uygulanır

FindRelationalTypeMapping(IReadOnlyProperty)

Sonlaştırılmış RelationalTypeMapping modelde verilen özelliği için döndürür.

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

Parametreler

property
IReadOnlyProperty

Özellik.

Döndürülenler

RelationalTypeMapping

Tür eşlemesi veya null bulunamıyorsa.

Öznitelikler

Şunlara uygulanır

FindRelationalTypeMapping(IProperty, StoreObjectIdentifier)

Sonlaştırılmış RelationalTypeMapping modelde verilen özelliği için döndürür.

public static Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping FindRelationalTypeMapping (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindRelationalTypeMapping : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
<Extension()>
Public Function FindRelationalTypeMapping (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As RelationalTypeMapping

Parametreler

property
IProperty

Özellik.

storeObject
StoreObjectIdentifier

Sütunu içeren tablo gibi bir depo nesnesinin tanımlayıcısı.

Döndürülenler

RelationalTypeMapping

Tür eşlemesi veya null bulunamıyorsa.

Şunlara uygulanır

FindRelationalTypeMapping(IReadOnlyProperty, StoreObjectIdentifier)

Sonlaştırılmış RelationalTypeMapping modelde verilen özelliği için döndürür.

public static Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping? FindRelationalTypeMapping (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindRelationalTypeMapping : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
<Extension()>
Public Function FindRelationalTypeMapping (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As RelationalTypeMapping

Parametreler

property
IReadOnlyProperty

Özellik.

storeObject
StoreObjectIdentifier

Sütunu içeren tablo gibi bir depo nesnesinin tanımlayıcısı.

Döndürülenler

RelationalTypeMapping

Tür eşlemesi veya null bulunamıyorsa.

Şunlara uygulanır