次の方法で共有


DbQuery<TResult>.IQueryable.Expression プロパティ

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

IQueryable LINQ 式。

名前空間:  System.Data.Entity.Infrastructure
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
<SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")> _
Private ReadOnly Property Expression As Expression 
    Implements IQueryable.Expression 
    Get
'使用
Dim instance As DbQuery 
Dim value As Expression 

value = CType(instance, IQueryable).Expression
[SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
Expression IQueryable.Expression { get; }
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
private:
virtual property Expression^ Expression {
    Expression^ get () sealed = IQueryable::Expression::get;
}
[<SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")>]
private abstract Expression : Expression
[<SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")>]
private override Expression : Expression
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

プロパティ値

型 : System.Linq.Expressions.Expression

Implements

IQueryable.Expression

参照

参照

DbQuery<TResult> クラス

System.Data.Entity.Infrastructure 名前空間