次の方法で共有


DbFilterExpression.Input プロパティ

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

入力セットを指定する DbExpressionBinding を取得します。

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

構文

'宣言
Public ReadOnly Property Input As DbExpressionBinding 
    Get
'使用
Dim instance As DbFilterExpression 
Dim value As DbExpressionBinding 

value = instance.Input
public DbExpressionBinding Input { get; }
public:
property DbExpressionBinding^ Input {
    DbExpressionBinding^ get ();
}
member Input : DbExpressionBinding
function get Input () : DbExpressionBinding

プロパティ値

型 : System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding

参照

参照

DbFilterExpression クラス

System.Data.Entity.Core.Common.CommandTrees 名前空間