3 types derived from DbModificationCommandTree
System.Data.Entity (3)
System\Data\Common\CommandTrees\DbDeleteCommandTree.cs (1)
23
public sealed class DbDeleteCommandTree :
DbModificationCommandTree
System\Data\Common\CommandTrees\DbInsertCommandTree.cs (1)
28
public sealed class DbInsertCommandTree :
DbModificationCommandTree
System\Data\Common\CommandTrees\DbUpdateCommandTree.cs (1)
28
public sealed class DbUpdateCommandTree :
DbModificationCommandTree
11 references to DbModificationCommandTree
System.Data.Entity (11)
System\Data\Mapping\Update\Internal\DynamicUpdateCommand.cs (7)
30
private readonly
DbModificationCommandTree
m_modificationCommandTree;
34
PropagatorResult originalValues, PropagatorResult currentValues,
DbModificationCommandTree
tree,
70
private static bool TryGetSetterExpression(
DbModificationCommandTree
tree, EdmMember member, ModificationOperator op, out DbSetClause setter)
174
DbModificationCommandTree
commandTree = m_modificationCommandTree;
199
private
DbModificationCommandTree
RebuildCommandTree(
DbModificationCommandTree
originalTree, Dictionary<DbSetClause, DbSetClause> clauseMappings)
206
DbModificationCommandTree
result;
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (1)
779
internal DbCommand CreateCommand(
DbModificationCommandTree
commandTree)
System\Data\SqlClient\SqlGen\DmlSqlGenerator.cs (3)
326
private static void GenerateReturningSql(StringBuilder commandText,
DbModificationCommandTree
tree, EntityType tableType,
462
internal ExpressionTranslator(StringBuilder commandText,
DbModificationCommandTree
commandTree,
476
private readonly
DbModificationCommandTree
_commandTree;