Méthode | Description | |
---|---|---|
DeleteVendorContext ( |
DeleteVolunteerContext - Will do a soft delete (make inactive) by VolID
|
|
InsertVendorContext ( |
InsertVolunteerContext - Will insert a record into Volunteer table via SProc
|
|
ListVendors ( ) : List |
Return a list of Sample addresses using LINQ to SQL
|
|
ListVendors ( System.Guid VendorID ) : |
||
UpdateVolunteerContext ( |
UpdateSampleAddressContext - Will update a given Volunteer record by VolID
|
public DeleteVendorContext ( |
||
_cVendor | ||
Résultat | void |
public InsertVendorContext ( |
||
_cVendor | ||
Résultat |
public ListVendors ( System.Guid VendorID ) : |
||
VendorID | System.Guid | |
Résultat |
public UpdateVolunteerContext ( |
||
_cVendor | ||
Résultat | void |