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
RelationalCompositeExpressionFragmentTranslator() | |
RelationalCompositeExpressionFragmentTranslator(RelationalCompositeExpressionFragmentTranslatorDependencies) |
Initializes a new instance of the this class. |
Methods
AddTranslators(IEnumerable<IExpressionFragmentTranslator>) |
Adds additional translators to the dispatch list. |
Translate(Expression) |
Translates the given expression. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework