←Select platform

GetDicomEventLogColumnValueCommandText Method (LoggingDBDataAccessAgent)

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 abstract string GetDicomEventLogColumnValueCommandText(  
   string columnName, 
   long eventId 
) 
Protected MustOverride Function GetDicomEventLogColumnValueCommandText( _ 
   ByVal columnName As String, _ 
   ByVal eventId As Long _ 
) As String 
protected: 
abstract String^ GetDicomEventLogColumnValueCommandText(  
   String^ columnName, 
   int64 eventId 
) 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Logging.DataAccessLayer Assembly
Click or drag to resize