Aracılığıyla paylaş


QueryTypeBuilder<TQuery>.HasBaseType Yöntem

Tanım

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<TBaseType>()

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<TQuery> HasBaseType (string name);
override this.HasBaseType : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.QueryTypeBuilder<'Query (requires 'Query : null)>
Public Overridable Function HasBaseType (name As String) As QueryTypeBuilder(Of TQuery)

Parametreler

name
String

Temel türün adı.

Döndürülenler

Birden çok yapılandırma çağrısının zincirlenebilmesi 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<TQuery> HasBaseType (Type queryType);
override this.HasBaseType : Type -> Microsoft.EntityFrameworkCore.Metadata.Builders.QueryTypeBuilder<'Query (requires 'Query : null)>
Public Overridable Function HasBaseType (queryType As Type) As QueryTypeBuilder(Of TQuery)

Parametreler

queryType
Type

Temel tür.

Döndürülenler

Birden çok yapılandırma çağrısının zincirlenebilmesi için aynı oluşturucu örneği.

Şunlara uygulanır

HasBaseType<TBaseType>()

Devralma hiyerarşisinde bu sorgu türünün temel türünü ayarlar.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.QueryTypeBuilder<TQuery> HasBaseType<TBaseType> ();
override this.HasBaseType : unit -> Microsoft.EntityFrameworkCore.Metadata.Builders.QueryTypeBuilder<'Query (requires 'Query : null)>
Public Overridable Function HasBaseType(Of TBaseType) () As QueryTypeBuilder(Of TQuery)

Tür Parametreleri

TBaseType

Temel tür.

Döndürülenler

Birden çok yapılandırma çağrısının zincirlenebilmesi için aynı oluşturucu örneği.

Şunlara uygulanır