←Select platform

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 Leadtools.Medical.Media.Dataaccesslayer.MediaLocation _ 
)  
protected: 
abstract void PrepareUpdateMediaPathCommand(  
   DbCommand^ updateCommand, 
   Leadtools.Medical.Media.Dataaccesslayer.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Media.DataAccessLayer Assembly