RelationalAggregateMethodCallTranslatorProvider.AddTranslators Method
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.
Adds additional translators which will take priority over existing registered translators.
protected virtual void AddTranslators (System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Query.IAggregateMethodCallTranslator> translators);
abstract member AddTranslators : seq<Microsoft.EntityFrameworkCore.Query.IAggregateMethodCallTranslator> -> unit
override this.AddTranslators : seq<Microsoft.EntityFrameworkCore.Query.IAggregateMethodCallTranslator> -> unit
Protected Overridable Sub AddTranslators (translators As IEnumerable(Of IAggregateMethodCallTranslator))
Parameters
- translators
- IEnumerable<IAggregateMethodCallTranslator>
Translators to add.
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