RelationalSqlTranslatingExpressionVisitor.VisitNew(NewExpression) 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.
Visits the children of the NewExpression.
protected override System.Linq.Expressions.Expression VisitNew (System.Linq.Expressions.NewExpression node);
protected override System.Linq.Expressions.Expression VisitNew (System.Linq.Expressions.NewExpression newExpression);
override this.VisitNew : System.Linq.Expressions.NewExpression -> System.Linq.Expressions.Expression
override this.VisitNew : System.Linq.Expressions.NewExpression -> System.Linq.Expressions.Expression
Protected Overrides Function VisitNew (node As NewExpression) As Expression
Protected Overrides Function VisitNew (newExpression As NewExpression) As Expression
Parameters
- nodenewExpression
- NewExpression
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