RelationalCompositeExpressionFragmentTranslator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A composite expression fragment translator that dispatches to multiple specialized fragment translators.
public class RelationalCompositeExpressionFragmentTranslator : Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IExpressionFragmentTranslator
type RelationalCompositeExpressionFragmentTranslator = class
interface IExpressionFragmentTranslator
Public Class RelationalCompositeExpressionFragmentTranslator
Implements IExpressionFragmentTranslator
- Inheritance
-
RelationalCompositeExpressionFragmentTranslator
- Implements
Constructors
| Name | Description |
|---|---|
| RelationalCompositeExpressionFragmentTranslator() | |
| RelationalCompositeExpressionFragmentTranslator(RelationalCompositeExpressionFragmentTranslatorDependencies) |
Initializes a new instance of the this class. |
Methods
| Name | Description |
|---|---|
| AddTranslators(IEnumerable<IExpressionFragmentTranslator>) |
Adds additional translators to the dispatch list. |
| Translate(Expression) |
Translates the given expression. |