←Select platform

GetImageInstanceRows Method

Summary

Returns the child ImageInstanceRow for this InstanceRow.

Syntax

C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] 
public ImageInstanceRow[] GetImageInstanceRows() 
<GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0"),  
 DebuggerNonUserCodeAttribute()>  
Public Function GetImageInstanceRows() As ImageInstanceRow() 
public:  
   [GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", L"4.0.0.0")] 
   [DebuggerNonUserCodeAttribute] 
   array<ImageInstanceRow^>^ GetImageInstanceRows() 

Return Value

An array of ImageInstanceRow objects representing the child rows for this InstanceRow.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly