←Select platform

FindById Method

Summary

Finds the row with the given Id value.

Syntax

C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
public ItemsInfoTableRow FindById( 
   string Id 
) 
<DebuggerNonUserCodeAttribute()> 
 Public Function FindById( 
   ByVal Id As String 
) As ItemsInfoTableRow 
public:  
   [DebuggerNonUserCodeAttribute] 
   ItemsInfoTableRow^ FindById( 
      String^ Id 
   ) 

Parameters

Id

The Id value to find.

Return Value

A ItemsInfoTableRow that represents the row.

Remarks

Looks up the table for the given id and returns an instance of the row found, otherwise it returns null.

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