Version

GetSourceRecordIndex Method

Helper method to return the index of the specified record or -1 if the record is not a source for the copy operation.
Syntax
'Declaration
 
Public Function GetSourceRecordIndex( _
   ByVal record As DataRecord _
) As Integer
public int GetSourceRecordIndex( 
   DataRecord record
)

Parameters

record
The record to locate

Return Value

An integer used to identify the offset at which the specified record exists within the copy operation or -1 if the record is not a source for the copy operation.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also