User Profile

Collapse

Profile Sidebar

Collapse
adithi
adithi
Last Activity: Mar 26 '08, 01:07 PM
Joined: Feb 13 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • adithi
    started a topic Can i access Private member in derived class
    in .NET

    Can i access Private member in derived class

    A Variable is declared as "Private" in one class in C#.
    Can i access this same variable in other class which is derived by this?

    For eg:
    public class Teacher
    {
    private string Name="ABC";

    }

    Public class Student:Teacher
    {
    in this class can i access "Name" variable which was declared in Teacher Class?
    }
    See more | Go to post

  • adithi
    started a topic Update table using triggers

    Update table using triggers

    My Table Structure is:

    Table A Table B Table C
    colA -PK Col B-PK Col C-PK
    Col B-FK Col B-FK
    Col C-FK


    This relation establish a Concurrent relation where in Cascade Property fails.I can set Cascade property for any two tabnles...but not the third table.
    My requirement...
    See more | Go to post
No activity results to display
Show More
Working...