Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
HookSetDefaultValues() not firing on Child
Message
De
16/09/2008 10:32:04
 
 
À
27/08/2008 12:59:42
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
01341894
Message ID:
01347920
Vues:
12
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;
        }
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform