StatusingDataSet.CalendarsDataTable.RemoveCalendarsRow Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes a row object from the CalendarsDataTable.
public:
void RemoveCalendarsRow(WebSvcStatusing::StatusingDataSet::CalendarsRow ^ row);
public void RemoveCalendarsRow(WebSvcStatusing.StatusingDataSet.CalendarsRow row);
member this.RemoveCalendarsRow : WebSvcStatusing.StatusingDataSet.CalendarsRow -> unit
Public Sub RemoveCalendarsRow (row As StatusingDataSet.CalendarsRow)
Parameters
Contains the row that is to be deleted.