1 write to _prototype
System.Data.Entity (1)
System\Data\Common\DbCommandDefinition.cs (1)
47
_prototype
= prototype as ICloneable;
2 references to _prototype
System.Data.Entity (2)
System\Data\Common\DbCommandDefinition.cs (2)
48
if (null ==
_prototype
) {
64
return (DbCommand)(
_prototype
.Clone());