次の方法で共有


DbModificationCommandTree.Target プロパティ

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

DML の操作の対象テーブルを指定する DbExpressionBinding を取得します。

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

構文

'宣言
Public ReadOnly Property Target As DbExpressionBinding 
    Get
'使用
Dim instance As DbModificationCommandTree 
Dim value As DbExpressionBinding 

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

プロパティ値

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

参照

参照

DbModificationCommandTree クラス

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