←Select platform

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++
[DebuggerNonUserCodeAttribute()] 
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")] 
public ReferencedImagesRow AddReferencedImagesRow( 
   InstanceRow parentInstanceRowByFKInstanceReferencedImages, 
   int Width, 
   int Height, 
   string Format, 
   int QualityFactor, 
   int FrameIndex, 
   string ReferencedFile, 
   bool Thumbnail 
) 
  
<DebuggerNonUserCodeAttribute()> 
Public Overloads Function AddReferencedImagesRow( _ 
   ByVal parentInstanceRowByFKInstanceReferencedImages As Leadtools.Medical.Storage.Dataaccesslayer.CompositeInstanceDataSet.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 Leadtools.Medical.Storage.Dataaccesslayer.CompositeInstanceDataSet.ReferencedImagesRow 

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 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly