Afficher en anglais

Partage via


TableExpressionBase.WithAlias(String) Method

Definition

Returns a copy of the current TableExpressionBase with the new provided alias.

C#
public abstract Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase WithAlias (string newAlias);

Parameters

newAlias
String

The alias to apply to the returned TableExpressionBase.

Returns

Applies to

Produit Versions
Entity Framework Core 9.0