Gets the SQL statement for querying a column in the DICOM Event Log table based on the provided Event ID.
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
)
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.
A System.String representing the SQL statement for querying a column in the DICOM Event Log table based on the provided Event ID.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET