3 overrides of DumpStructure
System.Data.Entity (3)
System\Data\Common\CommandTrees\DbFunctionCommandTree.cs (1)
103internal override void DumpStructure(ExpressionDumper dumper)
System\Data\Common\CommandTrees\DbModificationCommandTree.cs (1)
65internal override void DumpStructure(ExpressionDumper dumper)
System\Data\Common\CommandTrees\DbQueryCommandTree.cs (1)
89internal override void DumpStructure(ExpressionDumper dumper)
1 reference to DumpStructure
System.Data.Entity (1)
System\Data\Common\CommandTrees\DbCommandTree.cs (1)
143this.DumpStructure(dumper);