Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Binding to the non-primary table in the bizobj's dataset
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Versions des environnements
Environment:
C# 1.1
OS:
Windows XP SP2
Database:
MS SQL Server
Divers
Thread ID:
01089530
Message ID:
01090012
Vues:
13
Rick,

Try adding this override to your business object:
        protected override mmDataAccessBase CreateDataAccessObject(string dataAccessClassName)
        {
            mmDataAccessBase dao = base.CreateDataAccessObject(dataAccessClassName);
            dao.StateChangeAllTables = true;
            return dao;
        }
Best Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform