المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : DataRow.GetChildRows do not return any rows



C# Programming
04-24-2009, 01:53 PM
I am using System.Data.DataRelation object to get the child rows using DataRow.GetChildRows method. GetChildRows method works for 100000 records but when there are 100001 records it do not return any child rows. Is there any limitation for this?


Thanks