AddOtherStudyNumbersRow(decimal,StudyRow) Method

Summary
Adds a new CompositeInstanceDataSet.OtherStudyNumbersRow to the System.Data.DataTable.Rows collection.
Syntax
C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")] 
public OtherStudyNumbersRow AddOtherStudyNumbersRow( 
   Decimal OtherStudyNumber, 
   StudyRow parentStudyRowByFK_OtherStudyNumbers_Studies 
) 
  
<DebuggerNonUserCodeAttribute()> 
Public Overloads Function AddOtherStudyNumbersRow( _ 
   ByVal OtherStudyNumber As Decimal, _ 
   ByVal parentStudyRowByFK_OtherStudyNumbers_Studies As StudyRow _ 
) As OtherStudyNumbersRow 
[DebuggerNonUserCodeAttribute()] 
public: 
OtherStudyNumbersRow^ AddOtherStudyNumbersRow(  
   decimal OtherStudyNumber, 
   StudyRow^ parentStudyRowByFK_OtherStudyNumbers_Studies 
)  

Parameters

OtherStudyNumber
Type: System.Decimal. The Other Study Number.

parentStudyRowByFK_OtherStudyNumbers_Studies
Type: CompositeInstanceDataSet.StudyRow. The parent Study Row.

Return Value

The CompositeInstanceDataSet.OtherStudyNumbersRow which is added to the System.Data.DataTable.Rows collection.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.