SelectExpression.GetTable(ColumnExpression) 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.
Retrieves the TableExpressionBase referenced by the given column, looking it up on this SelectExpression based on its alias.
public Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase GetTable (Microsoft.EntityFrameworkCore.Query.SqlExpressions.ColumnExpression column);
member this.GetTable : Microsoft.EntityFrameworkCore.Query.SqlExpressions.ColumnExpression -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase
Public Function GetTable (column As ColumnExpression) As TableExpressionBase
Parameters
- column
- ColumnExpression
Returns
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Entity Framework