I am new to CSLA and i am trying to understand the difference between FieldManager.updatechildren(this) vs FieldManager.updatechildren. When is it appropriate to use either one?

有帮助吗?

解决方案

I figured out the answer to my question. Use FieldManager.UpdateChildren(this) when updating a certain child with certain parameters. All other cases we use FieldManager.UpdateChildren

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top