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