Aracılığıyla paylaş


MutablePropertyExtensions.FindPrincipals(IMutableProperty) Yöntem

Tanım

Dikkat

Use IMutableProperty.GetPrincipals

Verilen özellik bir yabancı anahtarın parçasıysa, verilen özelliğin kısıtladığı verilen özelliği de içeren asıl özelliklerin listesini bulur.

public static System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableProperty> FindPrincipals (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property);
[System.Obsolete("Use IMutableProperty.GetPrincipals")]
public static System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableProperty> FindPrincipals (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property);
static member FindPrincipals : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableProperty>
[<System.Obsolete("Use IMutableProperty.GetPrincipals")>]
static member FindPrincipals : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableProperty>
<Extension()>
Public Function FindPrincipals (property As IMutableProperty) As IReadOnlyList(Of IMutableProperty)

Parametreler

property
IMutableProperty

Yabancı anahtar özelliği.

Döndürülenler

Verilen özellik de dahil olmak üzere ilişkili tüm asıl özelliklerin listesi.

Öznitelikler

Şunlara uygulanır