EntityTypeExtensions.IsAbstract(ITypeBase) 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.
Bu varlık türünün soyut bir türü temsil ettiğini denetler.
[System.Diagnostics.DebuggerStepThrough]
public static bool IsAbstract (this Microsoft.EntityFrameworkCore.Metadata.ITypeBase type);
[<System.Diagnostics.DebuggerStepThrough>]
static member IsAbstract : Microsoft.EntityFrameworkCore.Metadata.ITypeBase -> bool
<Extension()>
Public Function IsAbstract (type As ITypeBase) As Boolean
Parametreler
- type
- ITypeBase
Varlık türü.
Döndürülenler
true tür soyut ise, aksi false takdirde.
- Öznitelikler