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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Media.DataAccessLayer Assembly