←Select platform

Insert Method

Summary

Inserts an item to the MatchingParameterList object at the specified index.

Syntax

C#
VB
C++
public void Insert( 
   int index, 
   ICatalogEntity item 
) 
  
Public Sub Insert( _ 
   ByVal index As Integer, _ 
   ByVal item As Leadtools.Medical.Dataaccesslayer.Catalog.ICatalogEntity _ 
)  

Parameters

index
The zero-based index at which the item should be inserted.

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.DataAccessLayer Assembly