Remove(ConnectionElement) Method

Summary

Removes an element from the collection.

Syntax
C#
VB
C++
public void Remove( 
   ConnectionElement connectionElement 
) 
  
Public Overloads Sub Remove( _ 
   ByVal connectionElement As ConnectionElement _ 
)  
public: 
void Remove(  
   ConnectionElement^ connectionElement 
)  

Parameters

connectionElement
The element to be removed.

Requirements

Target Platforms

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

Leadtools.Medical.DataAccessLayer Assembly