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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Entity Framework