←Select platform

GenerateXMLDeleteCommandText Method

Summary

Gets a query string for deleting a worklist item.

Syntax
C#
C++/CLI
protected override string GenerateXMLDeleteCommandText( 
   DataSet DeleteDataset 
) 
protected:  
   virtual String^ GenerateXMLDeleteCommandText( 
      System::Data::DataSet^ DeleteDataset 
   ) override 

Parameters

DeleteDataset

Use the entries in this dataset to generate a proper query.

Return Value

The SQL query that will delete the worklist item when executed.

Remarks

This query will delete the worklist item and all related rows in each table.

Requirements

Target Platforms

Help Version 22.0.2022.12.13
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.