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

PrepareUpdateMediaPathCommand Method (MediaCreationSqlDbDataAccessAgent)

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 override void PrepareUpdateMediaPathCommand( 
   DbCommand updateCommand,
   MediaLocation mediaLoaction
)
'Declaration
 
Protected Overrides Sub PrepareUpdateMediaPathCommand( _
   ByVal updateCommand As DbCommand, _
   ByVal mediaLoaction As MediaLocation _
) 
'Usage
 
Dim instance As MediaCreationSqlDbDataAccessAgent
Dim updateCommand As DbCommand
Dim mediaLoaction As MediaLocation
 
instance.PrepareUpdateMediaPathCommand(updateCommand, mediaLoaction)

            

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

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

MediaCreationSqlDbDataAccessAgent Class
MediaCreationSqlDbDataAccessAgent Members

 

 


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