←Select platform

AddAnatomicRegionSequenceRow(AnatomicRegionSequenceRow) Method

Summary

Adds a row to this AnatomicRegionSequenceDataTable.

Syntax

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

Parameters

row

A AnatomicRegionSequenceRow that represents the row to add.

Remarks

This will append a new row to the table.

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