LEADTOOLS For .NET Class Library Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
PrepareUpdateMediaPathCommand Method
See Also 
Leadtools.Medical.Media.DataAccessLayer Namespace > MediaCreationDbDataAccessAgent Class : PrepareUpdateMediaPathCommand Method




updateCommand
The database command which will be initialized to update the information.
mediaLoaction
The MediaLocation information which will be updated.
updateCommand
The database command which will be initialized to update the information.
mediaLoaction
The MediaLocation information which will be updated.
Initializes a System.Data.Common.DbCommand which updates the Media object creation path.

Syntax

Visual Basic (Declaration) 
Protected MustOverride Sub PrepareUpdateMediaPathCommand( _
   ByVal updateCommand As DbCommand, _
   ByVal mediaLoaction As MediaLocation _
) 
Visual Basic (Usage)Copy Code
Dim instance As MediaCreationDbDataAccessAgent
Dim updateCommand As DbCommand
Dim mediaLoaction As MediaLocation
 
instance.PrepareUpdateMediaPathCommand(updateCommand, mediaLoaction)
C# 
protected abstract void PrepareUpdateMediaPathCommand( 
   DbCommand updateCommand,
   MediaLocation mediaLoaction
)
Managed Extensions for C++ 
protected: abstract void PrepareUpdateMediaPathCommand( 
   DbCommand* updateCommand,
   MediaLocation* mediaLoaction
) 
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also