Updates the Last Notification sent date for a list of Surgeries (via SurgeryAppointmentId)

Namespace: Caisis.DataAccess
Assembly: Caisis.DataAccess (in Caisis.DataAccess.dll) Version: 4.0.4947.22627

Syntax

C#
public void UpdateLastNotificationDate(
	IEnumerable<int> listOfApptIds,
	DateTime date
)
Visual Basic
Public Sub UpdateLastNotificationDate ( 
	listOfApptIds As IEnumerable(Of Integer),
	date As DateTime
)
Visual C++
public:
void UpdateLastNotificationDate(
	IEnumerable<int>^ listOfApptIds, 
	DateTime date
)

Parameters

listOfApptIds
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'Int32>)>)>

[Missing <param name="listOfApptIds"/> documentation for "M:Caisis.DataAccess.AppointmentDa.UpdateLastNotificationDate(System.Collections.Generic.IEnumerable{System.Int32},System.DateTime)"]

date
Type: System..::..DateTime

[Missing <param name="date"/> documentation for "M:Caisis.DataAccess.AppointmentDa.UpdateLastNotificationDate(System.Collections.Generic.IEnumerable{System.Int32},System.DateTime)"]

See Also