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

PrepareInsertMediaObjectInfomrationCommand Method (MediaCreationSqlDbDataAccessAgent)

Show in webframe






The database command which will be initialized to insert the new information.
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
protected override void PrepareInsertMediaObjectInfomrationCommand( 
   DbCommand insertCommand,
   MediaCreationManagement mediaObject
)
'Declaration
 
Protected Overrides Sub PrepareInsertMediaObjectInfomrationCommand( _
   ByVal insertCommand As DbCommand, _
   ByVal mediaObject As MediaCreationManagement _
) 
'Usage
 
Dim instance As MediaCreationSqlDbDataAccessAgent
Dim insertCommand As DbCommand
Dim mediaObject As MediaCreationManagement
 
instance.PrepareInsertMediaObjectInfomrationCommand(insertCommand, mediaObject)

            

            
protected: void PrepareInsertMediaObjectInfomrationCommand( 
   DbCommand* insertCommand,
   MediaCreationManagement* mediaObject
) override 
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

See Also

Reference

MediaCreationSqlDbDataAccessAgent Class
MediaCreationSqlDbDataAccessAgent Members

 

 


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