- parentInstanceRowByFK_ImageInstance_Instance
- An CompositeInstanceDataSet.InstanceRow representing the parent row.
- ImageRows
- An System.Int32 representing the Image Rows.
- ImageColumns
- An System.Int32 representing the Image Columns.
- BitsAllocated
- An System.Int32 representing the Bits Allocated.
- NumberOfFrames
- An System.Int32 representing the Number Of Frames.
Visual Basic (Declaration) | |
---|---|
<DebuggerNonUserCodeAttribute()> Overloads Public Function AddImageInstanceRow( _ ByVal parentInstanceRowByFK_ImageInstance_Instance As CompositeInstanceDataSet.InstanceRow, _ ByVal ImageRows As Integer, _ ByVal ImageColumns As Integer, _ ByVal BitsAllocated As Integer, _ ByVal NumberOfFrames As Integer _ ) As CompositeInstanceDataSet.ImageInstanceRow |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CompositeInstanceDataSet.ImageInstanceDataTable Dim parentInstanceRowByFK_ImageInstance_Instance As CompositeInstanceDataSet.InstanceRow Dim ImageRows As Integer Dim ImageColumns As Integer Dim BitsAllocated As Integer Dim NumberOfFrames As Integer Dim value As CompositeInstanceDataSet.ImageInstanceRow value = instance.AddImageInstanceRow(parentInstanceRowByFK_ImageInstance_Instance, ImageRows, ImageColumns, BitsAllocated, NumberOfFrames) |
C++/CLI | |
---|---|
[DebuggerNonUserCodeAttribute()] public: CompositeInstanceDataSet.ImageInstanceRow^ AddImageInstanceRow( CompositeInstanceDataSet.InstanceRow^ parentInstanceRowByFK_ImageInstance_Instance, int ImageRows, int ImageColumns, int BitsAllocated, int NumberOfFrames ) |
Parameters
- parentInstanceRowByFK_ImageInstance_Instance
- An CompositeInstanceDataSet.InstanceRow representing the parent row.
- ImageRows
- An System.Int32 representing the Image Rows.
- ImageColumns
- An System.Int32 representing the Image Columns.
- BitsAllocated
- An System.Int32 representing the Bits Allocated.
- NumberOfFrames
- An System.Int32 representing the Number Of Frames.
Return Value
The CompositeInstanceDataSet.ImageInstanceRow 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