←Select platform

RemoveHangingProtocolRow Method

Summary

Removes the specified row.

Syntax

C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")] 
public void RemoveHangingProtocolRow( 
   HangingProtocolRow row 
) 
<DebuggerNonUserCodeAttribute(), 
   GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")> 
 Public Sub RemoveHangingProtocolRow( 
   ByVal row As HangingProtocolRow 
) 
public:  
   [DebuggerNonUserCodeAttribute] 
   [GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", 
      L"4.0.0.0")] 
   void RemoveHangingProtocolRow( 
      HangingProtocolRow^ row 
   ) 

Parameters

row

A HangingProtocolRow that represents the row to remove.

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