SelectExpression.AddCrossJoinLateral 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 a SQL CROSS JOIN LATERAL to this SelectExpression.
public virtual Microsoft.EntityFrameworkCore.Query.Expressions.JoinExpressionBase AddCrossJoinLateral (Microsoft.EntityFrameworkCore.Query.Expressions.TableExpressionBase tableExpression, System.Collections.Generic.IEnumerable<System.Linq.Expressions.Expression> projection);
abstract member AddCrossJoinLateral : Microsoft.EntityFrameworkCore.Query.Expressions.TableExpressionBase * seq<System.Linq.Expressions.Expression> -> Microsoft.EntityFrameworkCore.Query.Expressions.JoinExpressionBase
override this.AddCrossJoinLateral : Microsoft.EntityFrameworkCore.Query.Expressions.TableExpressionBase * seq<System.Linq.Expressions.Expression> -> Microsoft.EntityFrameworkCore.Query.Expressions.JoinExpressionBase
Public Overridable Function AddCrossJoinLateral (tableExpression As TableExpressionBase, projection As IEnumerable(Of Expression)) As JoinExpressionBase
Parameters
- tableExpression
- TableExpressionBase
The target table expression.
- projection
- IEnumerable<Expression>
A sequence of expressions that should be added to the projection.
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework