LEADTOOLS Medical (Leadtools.Medical.Media.DataAccessLayer assembly)
LEAD Technologies, Inc

PrepareInsertMediaPathCommand Method (MediaCreationDbDataAccessAgent)







The database command which will be initialized to insert the new information.
A MediaLocation object that represents the media location information to be inserted.
Initializes a System.Data.Common.DbCommand which inserts information in the "Media Location" table.
Syntax
protected abstract void PrepareInsertMediaPathCommand( 
   DbCommand insertCommand,
   MediaLocation mediaLocation
)
'Declaration
 
Protected MustOverride Sub PrepareInsertMediaPathCommand( _
   ByVal insertCommand As DbCommand, _
   ByVal mediaLocation As MediaLocation _
) 
'Usage
 
Dim instance As MediaCreationDbDataAccessAgent
Dim insertCommand As DbCommand
Dim mediaLocation As MediaLocation
 
instance.PrepareInsertMediaPathCommand(insertCommand, mediaLocation)
protected abstract void PrepareInsertMediaPathCommand( 
   DbCommand insertCommand,
   MediaLocation mediaLocation
)
 function Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent.PrepareInsertMediaPathCommand( 
   insertCommand ,
   mediaLocation 
)
protected: abstract void PrepareInsertMediaPathCommand( 
   DbCommand* insertCommand,
   MediaLocation* mediaLocation
) 
protected:
abstract void PrepareInsertMediaPathCommand( 
   DbCommand* insertCommand,
   MediaLocation* mediaLocation
) 

Parameters

insertCommand
The database command which will be initialized to insert the new information.
mediaLocation
A MediaLocation object that represents the media location information to be inserted.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MediaCreationDbDataAccessAgent Class
MediaCreationDbDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.