GetDicomDeleteEventLogCommandText Method

Summary
Get the SQL statement for deleting an event log with an Event ID
Syntax
C#
VB
C++
protected abstract string GetDicomDeleteEventLogCommandText( 
   long eventID 
) 
  
Protected MustOverride Function GetDicomDeleteEventLogCommandText( _ 
   ByVal eventID As Long _ 
) As String 
protected: 
abstract String^ GetDicomDeleteEventLogCommandText(  
   int64 eventID 
)  

Parameters

eventID
The ID of the event log to be deleted.

Return Value

A System.String representing the SQL statement for deleting an event log.

Requirements

Target Platforms

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

Leadtools.Medical.Logging.DataAccessLayer Assembly

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