4 references to CloneParameterCollection
System.Web.Entity.Design (4)
System\Data\WebControls\Design\EntityDataSourceDesigner.cs (4)
307
return
CloneParameterCollection
(_helper.CommandParameters);
312
return
CloneParameterCollection
(_helper.OrderByParameters);
317
return
CloneParameterCollection
(_helper.SelectParameters);
322
return
CloneParameterCollection
(_helper.WhereParameters);