Share via


TableValuedFunctionExpression.WithAlias(String) Method

Definition

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

[System.Runtime.CompilerServices.PreserveBaseOverrides]
public virtual Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableValuedFunctionExpression WithAlias (string newAlias);
[<System.Runtime.CompilerServices.PreserveBaseOverrides>]
override this.WithAlias : string -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableValuedFunctionExpression
Public Overridable Function WithAlias (newAlias As String) As TableValuedFunctionExpression

Parameters

newAlias
String

The alias to apply to the returned TableExpressionBase.

Returns

Attributes

Applies to