AddReferencedImagesRow(InstanceRow,int,int,string,int,int,string,bool) Method

Summary
Adds a new CompositeInstanceDataSet.ReferencedImagesRow to the System.Data.DataTable.Rows collection.
Syntax
C#
VB
C++
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")] 
[DebuggerNonUserCodeAttribute()] 
public ReferencedImagesRow AddReferencedImagesRow( 
   InstanceRow parentInstanceRowByFK_Instance_ReferencedImages, 
   int Width, 
   int Height, 
   string Format, 
   int QualityFactor, 
   int FrameIndex, 
   string ReferencedFile, 
   bool Thumbnail 
) 
  
<DebuggerNonUserCodeAttribute()> 
Public Overloads Function AddReferencedImagesRow( _ 
   ByVal parentInstanceRowByFK_Instance_ReferencedImages As InstanceRow, _ 
   ByVal Width As Integer, _ 
   ByVal Height As Integer, _ 
   ByVal Format As String, _ 
   ByVal QualityFactor As Integer, _ 
   ByVal FrameIndex As Integer, _ 
   ByVal ReferencedFile As String, _ 
   ByVal Thumbnail As Boolean _ 
) As ReferencedImagesRow 
[DebuggerNonUserCodeAttribute()] 
public: 
ReferencedImagesRow^ AddReferencedImagesRow(  
   InstanceRow^ parentInstanceRowByFK_Instance_ReferencedImages, 
   int Width, 
   int Height, 
   String^ Format, 
   int QualityFactor, 
   int FrameIndex, 
   String^ ReferencedFile, 
   bool Thumbnail 
)  

Parameters

parentInstanceRowByFK_Instance_ReferencedImages
Type: CompositeInstanceDataSet.InstanceRow. The parent Instance Row.

Width
Type: System.Int32. The Width.

Height
Type: System.Int32. The Height.

Format
A System.String representing the Format.

QualityFactor
Type: System.Int32. The Quality Factor.

FrameIndex
Type: System.Int32. The Frame Index.

ReferencedFile
A System.String representing the Referenced File.

Thumbnail
Type: System.Boolean. The Thumbnail.

Return Value

The CompositeInstanceDataSet.ReferencedImagesRow 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.