Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Constructor firing Inheritance in C#
Message
From
19/01/2006 18:08:53
John Baird
Coatesville, Pennsylvania, United States
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01088705
Message ID:
01088721
Views:
16
>
>
>public class AuthorBizObj: BizObj
>{
>   public AuthorBizObj()
>   {
>      this.TableName="Authors";
>   }
>}
>
>

You can add a call to base after setting the tablename field value
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform