Leer en inglés

Compartir a través de


SelectExpression.Clone Method

Definition

Overloads

Clone(String, ExpressionVisitor)

Creates a new object that is a copy of the current instance.

Clone()

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

Clone(String, ExpressionVisitor)

Source:
SelectExpression.cs

Creates a new object that is a copy of the current instance.

C#
public override Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase Clone (string? alias, System.Linq.Expressions.ExpressionVisitor cloningExpressionVisitor);

Parameters

alias
String

The alias to be used by the cloned table.

cloningExpressionVisitor
ExpressionVisitor

The cloning expression for further visitation of nested nodes.

Returns

A new object that is a copy of this instance.

Applies to

Entity Framework Core 9.0
Producto Versiones
Entity Framework Core 9.0

Clone()

Source:
SelectExpression.cs
Source:
SelectExpression.cs
Source:
SelectExpression.cs
Source:
SelectExpression.cs

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

C#
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression Clone ();

Returns

Attributes

Applies to

Entity Framework Core 9.0 y otras versiones
Producto Versiones
Entity Framework Core 6.0, 7.0, 8.0, 9.0