The VertiGIS Integrator uses the deleteTableRowsRequest to delete table rows based on a configured endpoint (the database is specified in the endpoint). You can configure the table name and rows, and the specified table rows will be deleted. This operation handles a standard database rather than a feature server.
Attributes:
•The endPoint is the name of the database outbound endpoint configured in the Service endpoints from the VertiGIS Integrator (e.g. UtilityNetwork).
•The priority of requestes takes place based on a specified order.
•The tableName represents the name of the database table from where rows should be deleted.
•If the whereClause is defined, the request will search for the specific rows and will delete them.