Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HookSetDefaultValues() not firing on Child
Message
From
16/09/2008 10:32:04
 
 
To
27/08/2008 12:59:42
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01341894
Message ID:
01347920
Views:
11
As a temporary fix for this, I added this to my Abusinessobj()
       public override DataRow NewRow(DataSet ds, string tableName, object defaultValues)
        {
            DataRow dr = base.NewRow(ds, tableName, defaultValues);
            HookSetDefaultValues(this.Entity);
            return dr;
        }
Previous
Reply
Map
View

Click here to load this message in the networking platform