RelationalPropertyExtensions.FindSharedStoreObjectRootProperty 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
FindSharedStoreObjectRootProperty(IConventionProperty, StoreObjectIdentifier) |
Paylaşılan tablo benzeri bir nesnede aynı sütuna eşlenen ilk IProperty sütunu bulur. Bu yöntem genellikle veritabanı sağlayıcıları (ve diğer uzantılar) tarafından kullanılır. Genellikle uygulama kodunda kullanılmaz. |
FindSharedStoreObjectRootProperty(IMutableProperty, StoreObjectIdentifier) |
Paylaşılan tablo benzeri bir nesnede aynı sütuna eşlenen ilk IProperty sütunu bulur. Bu yöntem genellikle veritabanı sağlayıcıları (ve diğer uzantılar) tarafından kullanılır. Genellikle uygulama kodunda kullanılmaz. |
FindSharedStoreObjectRootProperty(IProperty, StoreObjectIdentifier) |
Paylaşılan tablo benzeri bir nesnede aynı sütuna eşlenen ilk IProperty sütunu bulur. Bu yöntem genellikle veritabanı sağlayıcıları (ve diğer uzantılar) tarafından kullanılır. Genellikle uygulama kodunda kullanılmaz. |
FindSharedStoreObjectRootProperty(IReadOnlyProperty, StoreObjectIdentifier) |
Paylaşılan tablo benzeri bir nesnede aynı sütuna eşlenen ilk IProperty sütunu bulur. Bu yöntem genellikle veritabanı sağlayıcıları (ve diğer uzantılar) tarafından kullanılır. Genellikle uygulama kodunda kullanılmaz. |
FindSharedStoreObjectRootProperty(IConventionProperty, StoreObjectIdentifier)
Paylaşılan tablo benzeri bir nesnede aynı sütuna eşlenen ilk IProperty sütunu bulur.
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.IConventionProperty FindSharedStoreObjectRootProperty (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
public static Microsoft.EntityFrameworkCore.Metadata.IConventionProperty? FindSharedStoreObjectRootProperty (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSharedStoreObjectRootProperty : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IConventionProperty
<Extension()>
Public Function FindSharedStoreObjectRootProperty (property As IConventionProperty, ByRef storeObject As StoreObjectIdentifier) As IConventionProperty
Parametreler
- property
- IConventionProperty
Özellik.
- storeObject
- StoreObjectIdentifier
Sütunu içeren tablo benzeri depolama nesnesinin tanımlayıcısı.
Döndürülenler
Özelliği bulundu veya null
hiç bulunamadı.
Şunlara uygulanır
FindSharedStoreObjectRootProperty(IMutableProperty, StoreObjectIdentifier)
Paylaşılan tablo benzeri bir nesnede aynı sütuna eşlenen ilk IProperty sütunu bulur.
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.IMutableProperty FindSharedStoreObjectRootProperty (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
public static Microsoft.EntityFrameworkCore.Metadata.IMutableProperty? FindSharedStoreObjectRootProperty (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSharedStoreObjectRootProperty : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IMutableProperty
<Extension()>
Public Function FindSharedStoreObjectRootProperty (property As IMutableProperty, ByRef storeObject As StoreObjectIdentifier) As IMutableProperty
Parametreler
- property
- IMutableProperty
Özellik.
- storeObject
- StoreObjectIdentifier
Sütunu içeren tablo benzeri depolama nesnesinin tanımlayıcısı.
Döndürülenler
Özelliği bulundu veya null
hiç bulunamadı.
Şunlara uygulanır
FindSharedStoreObjectRootProperty(IProperty, StoreObjectIdentifier)
Paylaşılan tablo benzeri bir nesnede aynı sütuna eşlenen ilk IProperty sütunu bulur.
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.IProperty FindSharedStoreObjectRootProperty (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
public static Microsoft.EntityFrameworkCore.Metadata.IProperty? FindSharedStoreObjectRootProperty (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSharedStoreObjectRootProperty : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IProperty
<Extension()>
Public Function FindSharedStoreObjectRootProperty (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As IProperty
Parametreler
- property
- IProperty
Özellik.
- storeObject
- StoreObjectIdentifier
Sütunu içeren tablo benzeri depolama nesnesinin tanımlayıcısı.
Döndürülenler
Özelliği bulundu veya null
hiç bulunamadı.
Şunlara uygulanır
FindSharedStoreObjectRootProperty(IReadOnlyProperty, StoreObjectIdentifier)
Paylaşılan tablo benzeri bir nesnede aynı sütuna eşlenen ilk IProperty sütunu bulur.
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.IReadOnlyProperty? FindSharedStoreObjectRootProperty (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSharedStoreObjectRootProperty : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty
<Extension()>
Public Function FindSharedStoreObjectRootProperty (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As IReadOnlyProperty
Parametreler
- property
- IReadOnlyProperty
Özellik.
- storeObject
- StoreObjectIdentifier
Sütunu içeren tablo benzeri depolama nesnesinin tanımlayıcısı.
Döndürülenler
Özelliği bulundu veya null
hiç bulunamadı.
Şunlara uygulanır
Entity Framework