Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inherit a class from a MMBusiness inherited class.
Message
 
To
09/03/2004 09:48:48
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00884365
Message ID:
00884803
Views:
11
Hello,
Thank you for "beginner" level C# lesson about Inheritance.
But i'm wondering that inherit MMBusiness inherit which is the class "business tier" and "data tier" composition which has got possible ctor,

this.TableName = "Person"
this.PrimaryKey = "PersonPK"

therefor child class VIPerson has got

this.TableName = "VIP"
this.PrimaryKey = "VIPPK"

how can i manage this table combination same class? Any idea?

Sincerly
we can work iT ouT
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform