Method | Description | |
---|---|---|
Delete ( int empId ) : bool | ||
Delete ( Employee, emp ) : void | ||
Delete ( int ID ) : void | ||
Insert ( Employee emp ) : void | ||
Insert ( string Name, int Age ) : void | ||
Update ( Employee emp ) : void | ||
Update ( int ID, string Name, int Age ) : void |
public Insert ( string Name, int Age ) : void | ||
Name | string | |
Age | int | |
return | void |
public Update ( int ID, string Name, int Age ) : void | ||
ID | int | |
Name | string | |
Age | int | |
return | void |