LEADTOOLS For .NET Class Library Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
PrepareFindMediaObjectInformationCommand Method
See Also 
Leadtools.Medical.Media.DataAccessLayer Namespace > MediaCreationDbDataAccessAgent Class : PrepareFindMediaObjectInformationCommand Method




queryCommand
The database command which will be initialized to return the information.
matchingMediaObject
A Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationManagement object that represents the media object wich is used to for matching.
queryCommand
The database command which will be initialized to return the information.
matchingMediaObject
A Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationManagement object that represents the media object wich is used to for matching.
Initializes a System.Data.Common.DbCommand which returns the columns from the "Media Information" Table.

Syntax

Visual Basic (Declaration) 
Protected MustOverride Sub PrepareFindMediaObjectInformationCommand( _
   ByVal queryCommand As DbCommand, _
   ByVal matchingMediaObject As MediaCreationManagement _
) 
Visual Basic (Usage)Copy Code
Dim instance As MediaCreationDbDataAccessAgent
Dim queryCommand As DbCommand
Dim matchingMediaObject As MediaCreationManagement
 
instance.PrepareFindMediaObjectInformationCommand(queryCommand, matchingMediaObject)
C# 
protected abstract void PrepareFindMediaObjectInformationCommand( 
   DbCommand queryCommand,
   MediaCreationManagement matchingMediaObject
)
Managed Extensions for C++ 
protected: abstract void PrepareFindMediaObjectInformationCommand( 
   DbCommand* queryCommand,
   MediaCreationManagement* matchingMediaObject
) 
C++/CLI 
protected:
abstract void PrepareFindMediaObjectInformationCommand( 
   DbCommand^ queryCommand,
   MediaCreationManagement^ matchingMediaObject
) 

Parameters

queryCommand
The database command which will be initialized to return the information.
matchingMediaObject
A Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationManagement object that represents the media object wich is used to for matching.

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