←Select platform

IsHangingProtocol Method

Summary

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

Syntax

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

Leadtools.Medical.Storage.DataAccessLayer Assembly