PrepareInsertMediaPathCommand Method

Summary
Initializes a System.Data.Common.DbCommand which inserts information in the "Media Location" table.
Syntax
C#
VB
C++
protected abstract void PrepareInsertMediaPathCommand( 
   DbCommand insertCommand, 
   MediaLocation mediaLocation 
) 
  
Protected MustOverride Sub PrepareInsertMediaPathCommand( _ 
   ByVal insertCommand As DbCommand, _ 
   ByVal mediaLocation As MediaLocation _ 
)  
protected: 
abstract void PrepareInsertMediaPathCommand(  
   DbCommand^ insertCommand, 
   MediaLocation^ mediaLocation 
)  

Parameters

insertCommand
The database command which will be initialized to insert the new information.

mediaLocation
A MediaLocation object that represents the media location information to be inserted.

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.