ConventionEntityTypeExtensions.GetAllBaseTypesInclusiveAscending(IConventionEntityType) 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şağıdan yukarıya tür dahil olmak üzere verilen tüm IEntityType temel türlerini döndürür.
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.ConventionEntityTypeExtensions+<GetAllBaseTypesInclusiveAscending>d__6))]
public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType> GetAllBaseTypesInclusiveAscending (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType);
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.ConventionEntityTypeExtensions+<GetAllBaseTypesInclusiveAscending>d__7))]
public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType> GetAllBaseTypesInclusiveAscending (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType);
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.ConventionEntityTypeExtensions+<GetAllBaseTypesInclusiveAscending>d__6))>]
static member GetAllBaseTypesInclusiveAscending : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.ConventionEntityTypeExtensions+<GetAllBaseTypesInclusiveAscending>d__7))>]
static member GetAllBaseTypesInclusiveAscending : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType>
<Extension()>
Public Iterator Function GetAllBaseTypesInclusiveAscending (entityType As IConventionEntityType) As IEnumerable(Of IConventionEntityType)
Parametreler
- entityType
- IConventionEntityType
Varlık türü.
Döndürülenler
Temel türler.
- Öznitelikler