- 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.
Visual Basic (Declaration) | |
---|---|
<DebuggerNonUserCodeAttribute()> Overloads Public Function AddReferencedImagesRow( _ ByVal parentInstanceRowByFK_Instance_ReferencedImages As 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 CompositeInstanceDataSet.ReferencedImagesRow |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CompositeInstanceDataSet.ReferencedImagesDataTable Dim parentInstanceRowByFK_Instance_ReferencedImages As CompositeInstanceDataSet.InstanceRow Dim Width As Integer Dim Height As Integer Dim Format As String Dim QualityFactor As Integer Dim FrameIndex As Integer Dim ReferencedFile As String Dim Thumbnail As Boolean Dim value As CompositeInstanceDataSet.ReferencedImagesRow value = instance.AddReferencedImagesRow(parentInstanceRowByFK_Instance_ReferencedImages, Width, Height, Format, QualityFactor, FrameIndex, ReferencedFile, Thumbnail) |
C# | |
---|---|
[DebuggerNonUserCodeAttribute()] public CompositeInstanceDataSet.ReferencedImagesRow AddReferencedImagesRow( CompositeInstanceDataSet.InstanceRow parentInstanceRowByFK_Instance_ReferencedImages, int Width, int Height, string Format, int QualityFactor, int FrameIndex, string ReferencedFile, bool Thumbnail ) |
C++/CLI | |
---|---|
[DebuggerNonUserCodeAttribute()] public: CompositeInstanceDataSet.ReferencedImagesRow^ AddReferencedImagesRow( CompositeInstanceDataSet.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.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7