InsertMediaLocation Method

Summary

Inserts the media locations to the data store.

Syntax
C#
VB
C++
public void InsertMediaLocation( 
   MediaLocation[] mediaLocation 
) 
  
Public Sub InsertMediaLocation( _ 
   ByVal mediaLocation() As MediaLocation _ 
)  
public: void InsertMediaLocation(  
   MediaLocation*[]* mediaLocation 
)  

Parameters

mediaLocation
An System.Array of MediaLocation to be added into the data store.

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