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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Logging.DataAccessLayer Assembly