LEADTOOLS Medical (Leadtools.Medical.Media.DataAccessLayer assembly)

PrepareFindMediaObjectInformationCommand Method (MediaCreationDbDataAccessAgent)

Show in webframe






The database command which will be initialized to return the information.
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
protected abstract void PrepareFindMediaObjectInformationCommand( 
   DbCommand queryCommand,
   MediaCreationManagement matchingMediaObject
)
'Declaration
 
Protected MustOverride Sub PrepareFindMediaObjectInformationCommand( _
   ByVal queryCommand As DbCommand, _
   ByVal matchingMediaObject As MediaCreationManagement _
) 
'Usage
 
Dim instance As MediaCreationDbDataAccessAgent
Dim queryCommand As DbCommand
Dim matchingMediaObject As MediaCreationManagement
 
instance.PrepareFindMediaObjectInformationCommand(queryCommand, matchingMediaObject)

            

            
protected: abstract void PrepareFindMediaObjectInformationCommand( 
   DbCommand* queryCommand,
   MediaCreationManagement* matchingMediaObject
) 
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

See Also

Reference

MediaCreationDbDataAccessAgent Class
MediaCreationDbDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.