public static InsertOrgMembers ( CmsData.CMSDataContext db, int organizationId, int peopleId, int memberTypeId, System.DateTime enrollmentDate, System.DateTime inactiveDate = null, bool pending = false, bool skipTriggerProcessing = false ) : |
||
db | CmsData.CMSDataContext | |
organizationId | int | |
peopleId | int | |
memberTypeId | int | |
enrollmentDate | System.DateTime | |
inactiveDate | System.DateTime | |
pending | bool | |
skipTriggerProcessing | bool | |
return |