←Select platform

GetReferencedImagesRows Method

Summary

Returns an array of System.Data.DataRow in the ReferencedImages Table that correspond to this instance

Syntax
C#
VB
C++
public DataRow[] GetReferencedImagesRows( 
   DataRow row 
) 
Public MustOverride Function GetReferencedImagesRows( 
   ByVal row As System.Data.DataRow 
) As System.Data.DataRow() 
public:  
   virtual array<System::Data::DataRow^>^ GetReferencedImagesRows( 
      System::Data::DataRow^ row 
   ) abstract 

Parameters

row

a System.Data.DataRow of the Instance Table

Return Value

an array of System.Data.DataRow in the ReferencedImages Table that correspond to this instance

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