←Select platform

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

Summary

Adds a new 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(), 
   GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")> 
 Public Function AddReferencedImagesRow( 
   ByVal parentInstanceRowByFKInstanceReferencedImages 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 
public:  
   [DebuggerNonUserCodeAttribute] 
   [GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", 
      L"4.0.0.0")] 
   ReferencedImagesRow^ AddReferencedImagesRow( 
       InstanceRow^ parentInstanceRowByFKInstanceReferencedImages, 
      int Width, 
      int Height, 
      String^ Format, 
      int QualityFactor, 
      int FrameIndex, 
      String^ ReferencedFile, 
      bool Thumbnail 
   ) 

Parameters

parentInstanceRowByFKInstanceReferencedImages

Type: 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 ReferencedImagesRow which is added to the System.Data.DataTable.Rows collection.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Storage.DataAccessLayer Assembly
Click or drag to resize