PrepareUpdateMediaPathCommand Method

Summary
Initializes a System.Data.Common.DbCommand which updates the Media object creation path.
Syntax
C#
VB
C++
protected abstract void PrepareUpdateMediaPathCommand( 
   DbCommand updateCommand, 
   MediaLocation mediaLoaction 
) 
  
Protected MustOverride Sub PrepareUpdateMediaPathCommand( _ 
   ByVal updateCommand As DbCommand, _ 
   ByVal mediaLoaction As MediaLocation _ 
)  
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

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Media.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.