Aracılığıyla paylaş


RuntimeTypeBase.GetComplexProperties Yöntem

Tanım

Bu tür üzerinde tanımlanan karmaşık özellikleri alır.

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.RuntimeComplexProperty> GetComplexProperties ();
abstract member GetComplexProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.RuntimeComplexProperty>
override this.GetComplexProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.RuntimeComplexProperty>
Public Overridable Function GetComplexProperties () As IEnumerable(Of RuntimeComplexProperty)

Döndürülenler

Bu tür üzerinde tanımlanan karmaşık özellikler.

Açıklamalar

Bu API yalnızca karmaşık özellikler döndürür ve gezinti, skaler veya hizmet özelliklerini bulmaz.

Şunlara uygulanır