RelationalCompositeMethodCallTranslator Sınıf

Tanım

Birden çok özelleştirilmiş Yöntem çağrı çevirmenlere dağıtım yapan bir temel bileşik Yöntem çağrı çevirmeni.

public abstract class RelationalCompositeMethodCallTranslator : Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMethodCallTranslator
public abstract class RelationalCompositeMethodCallTranslator : Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.ICompositeMethodCallTranslator
type RelationalCompositeMethodCallTranslator = class
    interface IMethodCallTranslator
type RelationalCompositeMethodCallTranslator = class
    interface ICompositeMethodCallTranslator
Public MustInherit Class RelationalCompositeMethodCallTranslator
Implements IMethodCallTranslator
Public MustInherit Class RelationalCompositeMethodCallTranslator
Implements ICompositeMethodCallTranslator
Devralma
RelationalCompositeMethodCallTranslator
Uygulamalar

Oluşturucular

RelationalCompositeMethodCallTranslator(ILogger)

Yalnızca türetilmiş sınıf tarafından kullanılmak üzere özelleştirilmiş Oluşturucu.

RelationalCompositeMethodCallTranslator(RelationalCompositeMethodCallTranslatorDependencies)

Bu sınıfın yeni bir örneğini başlatır.

Özellikler

Dependencies

Hizmet bağımlılıklarını içeren parametre nesnesi.

Yöntemler

AddTranslators(IEnumerable<IMethodCallTranslator>)

Dağıtım listesine ek çevirmenler ekler.

Translate(MethodCallExpression)

Verilen yöntem çağrısı ifadesini çevirir.

Translate(MethodCallExpression, IModel)

Verilen yöntem çağrısı ifadesini çevirir.

Şunlara uygulanır