IRRecordset2 rstDeleted; rstDeleted = (IRRecordset2) pForm.SecondaryFromVariantArray( Recordsets, “Assistants”); foreach (object deletedId in rstDeleted.DeletedRecordIds) { //Do Something with your id here }
IRRecordset2 rstDeleted; rstDeleted = (IRRecordset2) pForm.SecondaryFromVariantArray( Recordsets, “Assistants”); foreach (object deletedId in rstDeleted.DeletedRecordIds) { //Do Something with your id here }
Leave a Reply