CSLA FieldManager.updatechildren(this) vs FieldManager.updatechildren

StackOverflow https://stackoverflow.com/questions/11402505

  •  19-06-2021
  •  | 
  •  

문제

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