CrossApplyExpression.Update(TableExpressionBase) 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.
Creates a new expression that is like this one, but using the supplied children. If all of the children are the same, it will return this expression.
public virtual Microsoft.EntityFrameworkCore.Query.SqlExpressions.CrossApplyExpression Update (Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase table);
[System.Runtime.CompilerServices.PreserveBaseOverrides]
public virtual Microsoft.EntityFrameworkCore.Query.SqlExpressions.CrossApplyExpression Update (Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase table);
abstract member Update : Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.CrossApplyExpression
override this.Update : Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.CrossApplyExpression
[<System.Runtime.CompilerServices.PreserveBaseOverrides>]
override this.Update : Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.CrossApplyExpression
Public Overridable Function Update (table As TableExpressionBase) As CrossApplyExpression
Parameters
- table
- TableExpressionBase
The Table property of the result.
Returns
This expression if no children changed, or an expression with the updated children.
- Attributes
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