Initializes a System.Data.Common.DbCommand which returns the columns from the "Media Information" Table.
protected override void PrepareFindMediaObjectInformationCommand(
DbCommand queryCommand,
MediaCreationManagement matchingMediaObject
)
Protected Overrides Sub PrepareFindMediaObjectInformationCommand( _
ByVal queryCommand As DbCommand, _
ByVal matchingMediaObject As Leadtools.Dicom.Common.Datatypes.Mediacreation.MediaCreationManagement _
)
protected:
void PrepareFindMediaObjectInformationCommand(
DbCommand^ queryCommand,
Leadtools.Dicom.Common.Datatypes.Mediacreation.MediaCreationManagement^ matchingMediaObject
) override
queryCommand
The database command which will be initialized to return the information.
matchingMediaObject
A Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationManagement object used to match the columns from the "Media Information Table".
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