←Select platform

PatientRowCount Method

Summary

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

Syntax
C#
VB
C++
public static int PatientRowCount( 
   this DataSet dataSet 
) 
<ExtensionAttribute()> 
 Public Shared Function PatientRowCount( 
   ByVal dataSet As System.Data.DataSet 
) As Integer 
public:  
   [ExtensionAttribute] 
   static int PatientRowCount( 
      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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.