Forum Discussion
3 Replies
- Ryan_MoranValued ContributorFind may return the parent object in ParentObj.Find() whereas FindChild will not.
- neha_sharmaContributorYes Andre Find will return the childobjects as well as the object itself.FindChild will return only the child objects.
As for Find taking lesser time to serach in a table than its because smaller is the area to search,faster is the search. - azakharovContributorRyan, Neha, thank you!