QueryTypeBuilder.HasBaseType 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şırı Yüklemeler
| HasBaseType(String) |
Devralma hiyerarşisinde bu sorgu türünün temel türünü ayarlar. |
| HasBaseType(Type) |
Devralma hiyerarşisinde bu sorgu türünün temel türünü ayarlar. |
HasBaseType(String)
Devralma hiyerarşisinde bu sorgu türünün temel türünü ayarlar.
public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.QueryTypeBuilder HasBaseType (string name);
abstract member HasBaseType : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.QueryTypeBuilder
override this.HasBaseType : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.QueryTypeBuilder
Public Overridable Function HasBaseType (name As String) As QueryTypeBuilder
Parametreler
- name
- String
Temel türün adı.
Döndürülenler
Birden çok yapılandırma çağrısının zincirlenebilir olması için aynı Oluşturucu örneği.
Şunlara uygulanır
HasBaseType(Type)
Devralma hiyerarşisinde bu sorgu türünün temel türünü ayarlar.
public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.QueryTypeBuilder HasBaseType (Type queryType);
abstract member HasBaseType : Type -> Microsoft.EntityFrameworkCore.Metadata.Builders.QueryTypeBuilder
override this.HasBaseType : Type -> Microsoft.EntityFrameworkCore.Metadata.Builders.QueryTypeBuilder
Public Overridable Function HasBaseType (queryType As Type) As QueryTypeBuilder
Parametreler
- queryType
- Type
Temel tür.
Döndürülenler
Birden çok yapılandırma çağrısının zincirlenebilir olması için aynı Oluşturucu örneği.