InnerJoinExpression(TableExpressionBase) Constructor
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.
Creates a new instance of InnerJoinExpression.
public InnerJoinExpression (Microsoft.EntityFrameworkCore.Query.Expressions.TableExpressionBase tableExpression);
new Microsoft.EntityFrameworkCore.Query.Expressions.InnerJoinExpression : Microsoft.EntityFrameworkCore.Query.Expressions.TableExpressionBase -> Microsoft.EntityFrameworkCore.Query.Expressions.InnerJoinExpression
Public Sub New (tableExpression As TableExpressionBase)
Parameters
- tableExpression
- TableExpressionBase
The table 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