SelectExpression.GetTableForQuerySource(IQuerySource) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定されたクエリ ソースに対応するテーブルを取得します。
public virtual Microsoft.EntityFrameworkCore.Query.Expressions.TableExpressionBase GetTableForQuerySource(Remotion.Linq.Clauses.IQuerySource querySource);
abstract member GetTableForQuerySource : Remotion.Linq.Clauses.IQuerySource -> Microsoft.EntityFrameworkCore.Query.Expressions.TableExpressionBase
override this.GetTableForQuerySource : Remotion.Linq.Clauses.IQuerySource -> Microsoft.EntityFrameworkCore.Query.Expressions.TableExpressionBase
Public Overridable Function GetTableForQuerySource (querySource As IQuerySource) As TableExpressionBase
パラメーター
- querySource
- Remotion.Linq.Clauses.IQuerySource
クエリ ソース。
戻り値
クエリ ソースのテーブル。