LEADTOOLS Medical (Leadtools.Medical.Logging.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
GetDicomDeleteEventLogCommandText Method
See Also 
Leadtools.Medical.Logging.DataAccessLayer Namespace > LoggingDBDataAccessAgent Class : GetDicomDeleteEventLogCommandText Method



eventID
The ID of the event log to be deleted.
eventID
The ID of the event log to be deleted.
Get the SQL statement for deleting an event log with an Event ID

Syntax

Visual Basic (Declaration) 
Protected MustOverride Function GetDicomDeleteEventLogCommandText( _
   ByVal eventID As Long _
) As String
Visual Basic (Usage)Copy Code
Dim instance As LoggingDBDataAccessAgent
Dim eventID As Long
Dim value As String
 
value = instance.GetDicomDeleteEventLogCommandText(eventID)
C# 
protected abstract string GetDicomDeleteEventLogCommandText( 
   long eventID
)
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical.Logging.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features