PrepareFindMediaObjectInformationCommand Method

Summary
Initializes a System.Data.Common.DbCommand which returns the columns from the "Media Information" Table.
Syntax
C#
VB
C++
protected override void PrepareFindMediaObjectInformationCommand( 
   DbCommand queryCommand, 
   MediaCreationManagement matchingMediaObject 
) 
  
Protected Overrides Sub PrepareFindMediaObjectInformationCommand( _ 
   ByVal queryCommand As DbCommand, _ 
   ByVal matchingMediaObject As MediaCreationManagement _ 
)  
protected: 
void PrepareFindMediaObjectInformationCommand(  
   DbCommand^ queryCommand, 
   MediaCreationManagement^ matchingMediaObject 
) override  

Parameters

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".

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.