PrepareFindMediaObjectInformationCommand Method

Summary
Initializes a System.Data.Common.DbCommand which returns the columns from the "Media Information" Table.
Syntax
C#
VB
C++
protected abstract void PrepareFindMediaObjectInformationCommand( 
   DbCommand queryCommand, 
   MediaCreationManagement matchingMediaObject 
) 
  
Protected MustOverride Sub PrepareFindMediaObjectInformationCommand( _ 
   ByVal queryCommand As DbCommand, _ 
   ByVal matchingMediaObject As MediaCreationManagement _ 
)  
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

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Media.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.