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




insertCommand
The database command which will be initialized to insert the new information.
mediaObject
A Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationManagement object that will have the information inserted.
insertCommand
The database command which will be initialized to insert the new information.
mediaObject
A Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationManagement object that will have the information inserted.
Initializes a System.Data.Common.DbCommand which inserts information in the "Media Information" table.

Syntax

Visual Basic (Declaration) 
Overrides Protected Sub PrepareInsertMediaObjectInfomrationCommand( _
   ByVal insertCommand As DbCommand, _
   ByVal mediaObject As MediaCreationManagement _
) 
Visual Basic (Usage)Copy Code
Dim instance As MediaCreationSqlDbDataAccessAgent
Dim insertCommand As DbCommand
Dim mediaObject As MediaCreationManagement
 
instance.PrepareInsertMediaObjectInfomrationCommand(insertCommand, mediaObject)
C# 
protected override void PrepareInsertMediaObjectInfomrationCommand( 
   DbCommand insertCommand,
   MediaCreationManagement mediaObject
)
Managed Extensions for C++ 
protected: void PrepareInsertMediaObjectInfomrationCommand( 
   DbCommand* insertCommand,
   MediaCreationManagement* mediaObject
) override 
C++/CLI 
protected:
void PrepareInsertMediaObjectInfomrationCommand( 
   DbCommand^ insertCommand,
   MediaCreationManagement^ mediaObject
) override 

Parameters

insertCommand
The database command which will be initialized to insert the new information.
mediaObject
A Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationManagement object that will have the information inserted.

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