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

PrepareInsertMediaObjectInfomrationCommand Method (MediaCreationDbDataAccessAgent)

Show in webframe






The database command which will be initialized to insert the new information.
A Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationManagement object that represents the media object which information will be inserted..
Initializes a System.Data.Common.DbCommand which inserts information in the "Media Information" table.
Syntax
protected abstract void PrepareInsertMediaObjectInfomrationCommand( 
   DbCommand insertCommand,
   MediaCreationManagement mediaObject
)
'Declaration
 
Protected MustOverride Sub PrepareInsertMediaObjectInfomrationCommand( _
   ByVal insertCommand As DbCommand, _
   ByVal mediaObject As MediaCreationManagement _
) 
'Usage
 
Dim instance As MediaCreationDbDataAccessAgent
Dim insertCommand As DbCommand
Dim mediaObject As MediaCreationManagement
 
instance.PrepareInsertMediaObjectInfomrationCommand(insertCommand, mediaObject)

            

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

See Also

Reference

MediaCreationDbDataAccessAgent Class
MediaCreationDbDataAccessAgent Members

 

 


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