QueryCompilationContext.TryGetCorrelatedSubqueryMetadata 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.
Looks up a mapping between correlated collection query models and metadata needed to process them.
public virtual bool TryGetCorrelatedSubqueryMetadata (Remotion.Linq.Clauses.MainFromClause mainFromClause, out Microsoft.EntityFrameworkCore.Query.Internal.CorrelatedSubqueryMetadata correlatedSubqueryMetadata);
abstract member TryGetCorrelatedSubqueryMetadata : Remotion.Linq.Clauses.MainFromClause * CorrelatedSubqueryMetadata -> bool
override this.TryGetCorrelatedSubqueryMetadata : Remotion.Linq.Clauses.MainFromClause * CorrelatedSubqueryMetadata -> bool
Public Overridable Function TryGetCorrelatedSubqueryMetadata (mainFromClause As MainFromClause, ByRef correlatedSubqueryMetadata As CorrelatedSubqueryMetadata) As Boolean
Parameters
- mainFromClause
- Remotion.Linq.Clauses.MainFromClause
The main from clause.
- correlatedSubqueryMetadata
- Microsoft.EntityFrameworkCore.Query.Internal.CorrelatedSubqueryMetadata
The correlated sub-query metadata.
Returns
True
if correlated sub-query metadata was registered; false
otherwise.
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