RelationalPropertyExtensions.FindSharedTableRootPrimaryKeyProperty(IProperty) Yöntem

Tanım

Verilen IProperty özellikle aynı birincil anahtar özelliğini temsil eden ancak potansiyel olarak paylaşılan kök tabloda bulunan özelliğini bulur.

Bu tür 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 FindSharedTableRootPrimaryKeyProperty (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member FindSharedTableRootPrimaryKeyProperty : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.IProperty
<Extension()>
Public Function FindSharedTableRootPrimaryKeyProperty (property As IProperty) As IProperty

Parametreler

property
IProperty

Özellik.

Döndürülenler

IProperty

Bulunan özellik veya null hiçbiri bulunamasa.

Şunlara uygulanır