次の方法で共有


DbInsertCommandTree.SetClauses プロパティ

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

挿入された行の列の値を確認する set 句を取得します。

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

構文

'宣言
Public ReadOnly Property SetClauses As IList(Of DbModificationClause)
    Get
'使用
Dim instance As DbInsertCommandTree 
Dim value As IList(Of DbModificationClause)

value = instance.SetClauses
public IList<DbModificationClause> SetClauses { get; }
public:
property IList<DbModificationClause^>^ SetClauses {
    IList<DbModificationClause^>^ get ();
}
member SetClauses : IList<DbModificationClause>
function get SetClauses () : IList<DbModificationClause>

プロパティ値

型 : System.Collections.Generic.IList<DbModificationClause>
挿入された行の列の値を確認する set 句。

参照

参照

DbInsertCommandTree クラス

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