G
Guest
I created a strongly typed dataset using the SQL Server 2005 Express and the
DataSet designer.
I have a many to many relationship among three tables. The designer created
custom methods on the parent tables which wraps GetChildRows to return the
relationship rows as an array. I haven't made any changes to the generated
code, but whether I call the custom method or the strongly-typed method the
count is 0 even though I know there should be items there.
Am I missing something in the designer? Am I accessing it properly? Why are
the relationships not being populated?
Any help would be great!
DataSet designer.
I have a many to many relationship among three tables. The designer created
custom methods on the parent tables which wraps GetChildRows to return the
relationship rows as an array. I haven't made any changes to the generated
code, but whether I call the custom method or the strongly-typed method the
count is 0 even though I know there should be items there.
Am I missing something in the designer? Am I accessing it properly? Why are
the relationships not being populated?
Any help would be great!