←Select platform

RemoveInstanceRow Method

Summary

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

Syntax

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

Parameters

row

The InstanceRow 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