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

PrepareUpdateMediaPathCommand Method (MediaCreationDbDataAccessAgent)

Show in webframe






The database command which will be initialized to update the information.
The MediaLocation information which will be updated.
Initializes a System.Data.Common.DbCommand which updates the Media object creation path.
Syntax
protected abstract void PrepareUpdateMediaPathCommand( 
   DbCommand updateCommand,
   MediaLocation mediaLoaction
)
'Declaration
 
Protected MustOverride Sub PrepareUpdateMediaPathCommand( _
   ByVal updateCommand As DbCommand, _
   ByVal mediaLoaction As MediaLocation _
) 
'Usage
 
Dim instance As MediaCreationDbDataAccessAgent
Dim updateCommand As DbCommand
Dim mediaLoaction As MediaLocation
 
instance.PrepareUpdateMediaPathCommand(updateCommand, mediaLoaction)

            

            
protected: abstract void PrepareUpdateMediaPathCommand( 
   DbCommand* updateCommand,
   MediaLocation* mediaLoaction
) 
protected:
abstract void PrepareUpdateMediaPathCommand( 
   DbCommand* updateCommand,
   MediaLocation* mediaLoaction
) 

Parameters

updateCommand
The database command which will be initialized to update the information.
mediaLoaction
The MediaLocation information which will be updated.
Requirements

Target Platforms

See Also

Reference

MediaCreationDbDataAccessAgent Class
MediaCreationDbDataAccessAgent Members

 

 


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