←Select platform

PatientRows Method

Summary

Extension method that returns a System.Data.DataRowCollection of System.Data.DataRow for the Patient Table

Syntax
C#
VB
C++
public static DataRowCollection PatientRows( 
   this DataSet dataSet 
) 
<ExtensionAttribute()> 
 Public Shared Function PatientRows( 
   ByVal dataSet As System.Data.DataSet 
) As System.Data.DataRowCollection 
public:  
   [ExtensionAttribute] 
   static System::Data::DataRowCollection^ PatientRows( 
      System::Data::DataSet^ dataSet 
   ) 

Parameters

dataSet

a System.Data.DataSet that contains the Patient Table

Return Value

a System.Data.DataRowCollection of System.Data.DataRow for the Patient Table

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