PrepareInsertMediaObjectInfomrationCommand Method

Summary
Initializes a System.Data.Common.DbCommand which inserts information in the "Media Information" table.
Syntax
C#
VB
C++
protected abstract void PrepareInsertMediaObjectInfomrationCommand( 
   DbCommand insertCommand, 
   MediaCreationManagement mediaObject 
) 
  
Protected MustOverride Sub PrepareInsertMediaObjectInfomrationCommand( _ 
   ByVal insertCommand As DbCommand, _ 
   ByVal mediaObject As MediaCreationManagement _ 
)  
protected: 
abstract void PrepareInsertMediaObjectInfomrationCommand(  
   DbCommand^ insertCommand, 
   MediaCreationManagement^ mediaObject 
)  

Parameters

insertCommand
The database command which will be initialized to insert the new information.

mediaObject
A Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationManagement object that represents the media object which information will be inserted..

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.