←Select platform

GetDicomEventLogColumnValueCommandText Method

Summary

Gets the SQL statement for querying a column in the DICOM Event Log table based on the provided Event ID.

Syntax

C#
VB
C++
protected override string GetDicomEventLogColumnValueCommandText( 
   string columnName, 
   long eventID 
) 
  
Protected Overrides Function GetDicomEventLogColumnValueCommandText( _ 
   ByVal columnName As String, _ 
   ByVal eventID As Long _ 
) As String 
protected: 
String^ GetDicomEventLogColumnValueCommandText(  
   String^ columnName, 
   int64 eventID 
) override  

Parameters

columnName
The name of the column which value will be queried.

eventID
The ID of the Event Log to match against in the DICOM Event Log table.

Return Value

A System.String representing the SQL statement for querying a column in the DICOM Event Log table based on the provided Event ID.

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