RelationalPropertyExtensions.FindOverrides Yöntem

Tanım

Aşırı Yüklemeler

FindOverrides(IConventionProperty, StoreObjectIdentifier)

Belirli bir tablo gibi depo nesnesi için özellik facet geçersiz kılmalarını döndürür.

Bu yöntem genellikle veritabanı sağlayıcıları (ve diğer uzantılar) tarafından kullanılır. Genellikle uygulama kodunda kullanılmaz.

FindOverrides(IMutableProperty, StoreObjectIdentifier)

Belirli bir tablo gibi depo nesnesi için özellik facet geçersiz kılmalarını döndürür.

Bu yöntem genellikle veritabanı sağlayıcıları (ve diğer uzantılar) tarafından kullanılır. Genellikle uygulama kodunda kullanılmaz.

FindOverrides(IProperty, StoreObjectIdentifier)

Belirli bir tablo gibi depo nesnesi için özellik facet geçersiz kılmalarını döndürür.

Bu yöntem genellikle veritabanı sağlayıcıları (ve diğer uzantılar) tarafından kullanılır. Genellikle uygulama kodunda kullanılmaz.

FindOverrides(IReadOnlyProperty, StoreObjectIdentifier)

Belirli bir tablo gibi depo nesnesi için özellik facet geçersiz kılmalarını döndürür.

Bu yöntem genellikle veritabanı sağlayıcıları (ve diğer uzantılar) tarafından kullanılır. Genellikle uygulama kodunda kullanılmaz.

FindOverrides(IConventionProperty, StoreObjectIdentifier)

Belirli bir tablo gibi depo nesnesi için özellik facet geçersiz kılmalarını döndürür.

Bu yöntem genellikle veritabanı sağlayıcıları (ve diğer uzantılar) tarafından kullanılır. Genellikle uygulama kodunda kullanılmaz.

public static Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable? FindOverrides (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindOverrides : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable
<Extension()>
Public Function FindOverrides (property As IConventionProperty, ByRef storeObject As StoreObjectIdentifier) As IConventionAnnotatable

Parametreler

property
IConventionProperty

Özellik.

storeObject
StoreObjectIdentifier

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

Döndürülenler

IConventionAnnotatable

Özellik facet geçersiz kılmalarını depolar bir nesne.

Şunlara uygulanır

FindOverrides(IMutableProperty, StoreObjectIdentifier)

Belirli bir tablo gibi depo nesnesi için özellik facet geçersiz kılmalarını döndürür.

Bu yöntem genellikle veritabanı sağlayıcıları (ve diğer uzantılar) tarafından kullanılır. Genellikle uygulama kodunda kullanılmaz.

public static Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable? FindOverrides (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindOverrides : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable
<Extension()>
Public Function FindOverrides (property As IMutableProperty, ByRef storeObject As StoreObjectIdentifier) As IMutableAnnotatable

Parametreler

property
IMutableProperty

Özellik.

storeObject
StoreObjectIdentifier

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

Döndürülenler

IMutableAnnotatable

Özellik facet geçersiz kılmalarını depolar bir nesne.

Şunlara uygulanır

FindOverrides(IProperty, StoreObjectIdentifier)

Belirli bir tablo gibi depo nesnesi için özellik facet geçersiz kılmalarını döndürür.

Bu yöntem genellikle veritabanı sağlayıcıları (ve diğer uzantılar) tarafından kullanılır. Genellikle uygulama kodunda kullanılmaz.

public static Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable FindOverrides (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
public static Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable? FindOverrides (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindOverrides : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable
<Extension()>
Public Function FindOverrides (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As IAnnotatable

Parametreler

property
IProperty

Özellik.

storeObject
StoreObjectIdentifier

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

Döndürülenler

IAnnotatable

Özellik facet geçersiz kılmalarını depolar bir nesne.

Şunlara uygulanır

FindOverrides(IReadOnlyProperty, StoreObjectIdentifier)

Belirli bir tablo gibi depo nesnesi için özellik facet geçersiz kılmalarını döndürür.

Bu yöntem genellikle veritabanı sağlayıcıları (ve diğer uzantılar) tarafından kullanılır. Genellikle uygulama kodunda kullanılmaz.

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

Parametreler

property
IReadOnlyProperty

Özellik.

storeObject
StoreObjectIdentifier

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

Döndürülenler

IReadOnlyAnnotatable

Özellik facet geçersiz kılmalarını depolar bir nesne.

Şunlara uygulanır