摘要: DeleteBasicProtocolRecursively private void DeleteBasicProtocolRecursively(ModelContainer container, string parentId, string strProtocolId) { #region BasicProtocolStructure var nodes = from node in container.BasicProtocolStructures where node.Pid == parentId select node; if (nodes... 阅读全文
posted @ 2011-12-14 15:39 quietwalk 阅读(728) 评论(0) 推荐(0) 编辑