GetKey Method

Summary

Returns the key of the element at the specified index.

Syntax
C#
VB
C++
public string GetKey( 
   int index 
) 
  
Public Function GetKey( _ 
   ByVal index As Integer _ 
) As String 
public: 
String^ GetKey(  
   int index 
)  

Parameters

index
The index of the element which key will be returned.

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