Get the SQL statement for querying a column in the DICOM Event Log table based on the provided Event ID.
Syntax
Visual Basic (Declaration) | |
---|
Protected MustOverride Function GetDicomEventLogColumnValueCommandText( _
ByVal columnName As String, _
ByVal eventId As Long _
) As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As LoggingDBDataAccessAgent
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
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