←Select platform

GetSeriesRow Method

Summary

A default implementation that returns a System.Data.DataRow in the Series Table for the series that this instance belongs to

Syntax
C#
VB
C++
public DataRow GetSeriesRow( 
   DataRow row 
) 
Public Function GetSeriesRow( 
   ByVal row As System.Data.DataRow 
) As System.Data.DataRow 
public:  
   System::Data::DataRow^ GetSeriesRow( 
      System::Data::DataRow^ row 
   ) 

Parameters

row

an instance System.Data.DataRow in the Instance Table

Return Value

a System.Data.DataRow in the Series Table for the series that this instance belongs to

Remarks

For more information, see GetSeriesRow

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