Table<TEntity>.IQueryable.Expression プロパティ

定義

IQueryableのこのインスタンスに関連付けられている式ツリーを取得します。

property System::Linq::Expressions::Expression ^ System::Linq::IQueryable::Expression { System::Linq::Expressions::Expression ^ get(); };
System.Linq.Expressions.Expression System.Linq.IQueryable.Expression { get; }
member this.System.Linq.IQueryable.Expression : System.Linq.Expressions.Expression
 ReadOnly Property Expression As Expression Implements IQueryable.Expression

プロパティ値

Expressionのこのインスタンスに関連付けられているIQueryable

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 Table<TEntity> インスタンスがIQueryable インターフェイスにキャストされている場合にのみ使用できます。

適用対象