←Select platform

RemoveOtherPatientIDsRow Method

Summary

Removes a OtherPatientIDsRow from the System.Data.DataTable.Rows collection.

Syntax

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

Parameters

row

The OtherPatientIDsRow to be removed.

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