Method | Description | |
---|---|---|
DeleteProjectContext ( |
DeleteVolunteerContext - Will do a soft delete (make inactive) by VolID
|
|
InsertProjectContext ( |
InsertVolunteerContext - Will insert a record into Volunteer table via SProc
|
|
ListProjects ( ) : List |
Return a list of Sample projects using LINQ to SQL
|
|
ListProjects ( System.Guid ProjectID ) : |
||
UpdateProjectContext ( |
UpdateSampleAddressContext - Will update a given Volunteer record by VolID
|
public DeleteProjectContext ( |
||
_cProject | ||
return | void |
public InsertProjectContext ( |
||
_cProject | ||
return |
public ListProjects ( System.Guid ProjectID ) : |
||
ProjectID | System.Guid | |
return |
public UpdateProjectContext ( |
||
_cProject | ||
return | void |