←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++
[ExtensionAttribute()] 
public static DataRowCollection PatientRows( 
   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 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly