RelateToIntField Method
The row whose unique Id will be put into the current row's Integer field.
Name of the Integer field which will receive the unique identifier of the otherRow.
Relate a given row's identifier to an Integer field present on this GenericDataRow.
Syntax
'Declaration
Public Sub RelateToIntField( _
ByVal _otherRow_ As GenericDataRow, _
ByVal _intFieldName_ As String _
)
public void RelateToIntField(
GenericDataRow _otherRow_,
string _intFieldName_
)
Parameters
otherRow
The row whose unique Id will be put into the current row's Integer field.
intFieldName
Name of the Integer field which will receive the unique identifier of the otherRow.
Remarks
This relation method does not require that there be a relation present between the two rows being related. It is recommended that you use RelateRecord whenever possible.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family