Gets the SQL statement for querying a column in the DICOM Event Log table based on the provided Event ID. 
             
             
            
 Syntax
Syntax
| Visual Basic (Usage) |  Copy Code | 
|---|
| Dim instance As LoggingSqlDataAccessAgent
Dim columnName As String
Dim eventID As Long
Dim value As String
 
value = instance.GetDicomEventLogColumnValueCommandText(columnName, 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
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
See Also