Aracılığıyla paylaş


RelationalPropertyExtensions.FindRelationalTypeMapping Yöntem

Tanım

Aşırı Yüklemeler

FindRelationalTypeMapping(IReadOnlyProperty, StoreObjectIdentifier)

RelationalTypeMapping Son haline getirilmiş bir modelde verilen özelliğin değerini döndürür.

FindRelationalTypeMapping(IProperty, StoreObjectIdentifier)

RelationalTypeMapping Son haline getirilmiş bir modelde verilen özelliğin değerini döndürür.

FindRelationalTypeMapping(IProperty)

RelationalTypeMapping Son haline getirilmiş bir modelde verilen özelliğin değerini döndürür.

FindRelationalTypeMapping(IReadOnlyProperty)

RelationalTypeMapping Son haline getirilmiş bir modelde verilen özelliğin değerini döndürür.

FindRelationalTypeMapping(IReadOnlyProperty, StoreObjectIdentifier)

RelationalTypeMapping Son haline getirilmiş bir modelde verilen özelliğin değerini 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 benzeri depolama nesnesinin tanımlayıcısı.

Döndürülenler

Tür eşlemesi veya null bulunup bulunmadığı.

Şunlara uygulanır

FindRelationalTypeMapping(IProperty, StoreObjectIdentifier)

RelationalTypeMapping Son haline getirilmiş bir modelde verilen özelliğin değerini 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 benzeri depolama nesnesinin tanımlayıcısı.

Döndürülenler

Tür eşlemesi veya null bulunup bulunmadığı.

Şunlara uygulanır

FindRelationalTypeMapping(IProperty)

RelationalTypeMapping Son haline getirilmiş bir modelde verilen özelliğin değerini 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

Tür eşlemesi veya null bulunup bulunmadığı.

Öznitelikler

Şunlara uygulanır

FindRelationalTypeMapping(IReadOnlyProperty)

RelationalTypeMapping Son haline getirilmiş bir modelde verilen özelliğin değerini 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

Tür eşlemesi veya null bulunup bulunmadığı.

Öznitelikler

Şunlara uygulanır