Method | Description | |
---|---|---|
DeleteVolunteerContext ( |
DeleteVolunteerContext - Will do a soft delete (make inactive) by VolID
|
|
InsertVolunteerContext ( |
InsertVolunteerContext - Will insert a record into Volunteer table via SProc
|
|
ListVolunteers ( ) : List |
Return a list of Sample addresses using LINQ to SQL
|
|
ListVolunteers ( System.Guid Volunteer ) : |
||
UpdateVolunteerContext ( |
UpdateSampleAddressContext - Will update a given Volunteer record by VolID
|
public DeleteVolunteerContext ( |
||
_cVolunteer | ||
return | void |
public InsertVolunteerContext ( |
||
_cVolunteer | ||
return |
public ListVolunteers ( System.Guid Volunteer ) : |
||
Volunteer | System.Guid | |
return |
public UpdateVolunteerContext ( |
||
_cVolunteer | ||
return | void |