fcSDK Documentation
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 2003 family

See Also

Reference

GenericDataRow Class
GenericDataRow Members

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.