PrepareInsertMediaPathCommand Method

Summary
Initializes a System.Data.Common.DbCommand which inserts information in the "Media Location" table.
Syntax
C#
C++/CLI
protected override void PrepareInsertMediaPathCommand( 
   DbCommand insertCommand, 
   MediaLocation mediaLocation 
) 
protected: void PrepareInsertMediaPathCommand(  
   DbCommand* insertCommand, 
   MediaLocation* mediaLocation 
) override  
protected: 
void PrepareInsertMediaPathCommand(  
   DbCommand^ insertCommand, 
   MediaLocation^ mediaLocation 
) override  

Parameters

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

mediaLocation
The MediaLocation information to be inserted.

Requirements

Target Platforms

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

Leadtools.Medical.Media.DataAccessLayer Assembly

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