I've tried both. When referenced by ordinal, like I said, it throws the exception, but like you're saying, when I call it by the name I gave it, it does nothing (similar to when I call .GetSummaryRows). So, you're right, they ordinal index method might be calling the wrong DataRelation, but that still leaves the question as to why the Employee.GetSummaryRows and Employee.GetChildsRows("Em
Main Topics
Browse All Topics





by: TheLearnedOnePosted on 2008-10-27 at 06:55:50ID: 22812643
My first inclination is that you are referencing the wrong DataRelation. You are able to reference the DataRelation by name, instead of ordinal index (there are overloaded methods to achieve this).