←Select platform

PrepareEmptyTableCommand Method

Summary

Initializes a System.Data.IDbCommand object to remove all records from the Patient, Study, Series, or Instance table.

Syntax
C#
C++/CLI
protected abstract void PrepareEmptyTableCommand( 
   IDbCommand command, 
   Table table 
) 
protected:  
   virtual void PrepareEmptyTableCommand( 
      IDbCommand^ command, 
      Table^ table 
   ) abstract 

Parameters

command

Type: System.Data.IDbCommand. The database command that will be initialized to execute the query.

table

Type: Table. Specifies which table to empty.

Remarks

This method is called by the StorageDbDataAccessAgent7.EmptyTable method to set the SQL CommandText to run against the data source.

Requirements

Target Platforms

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

Leadtools.Medical.Storage.DataAccessLayer Assembly

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