Leadtools.Medical.Storage.DataAccessLayer Namespace > CompositeInstanceDataSet.ImageInstanceDataTable Class > AddImageInstanceRow Method : AddImageInstanceRow(InstanceRow,Int32,Int32,Int32,Int32) Method |
[DebuggerNonUserCodeAttribute()] public CompositeInstanceDataSet.ImageInstanceRow AddImageInstanceRow( CompositeInstanceDataSet.InstanceRow parentInstanceRowByFK_ImageInstance_Instance, int ImageRows, int ImageColumns, int BitsAllocated, int NumberOfFrames )
'Declaration <DebuggerNonUserCodeAttribute()> Public Overloads 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
'Usage 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)