←Select platform

IsHangingProtocol Method

Summary

Determines if the specified System.Data.DataRow is a Hanging Protocol related DataRow.

Syntax
C#
VB
C++
public static bool IsHangingProtocol( 
   this DataRow row 
) 
<ExtensionAttribute()> 
 Public Shared Function IsHangingProtocol( 
   ByVal row As System.Data.DataRow 
) As Boolean 
public:  
   [ExtensionAttribute] 
   static bool IsHangingProtocol( 
      System::Data::DataRow^ row 
   ) 

Parameters

row

The System.Data.DataRow to test.

Return Value

true if the DataRow is a Hanging Protocol related DataRow, otherwise false.

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