←Select platform

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 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Logging.DataAccessLayer Assembly