ESRI.ArcGIS.ADF.Web.UI.WebControls
RelationInfo Constructor(String,Int32,Int32)
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > RelationInfo Class > RelationInfo Constructor : RelationInfo Constructor(String,Int32,Int32)




name
Relate name.
relatedTableId
Id of table that is related to the parent.
relationshipId
Id of relationship between source and related table.
Parameterized constructor.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal relatedTableId As Integer, _
   ByVal relationshipId As Integer _
)
Visual Basic (Usage)Copy Code
Dim name As String
Dim relatedTableId As Integer
Dim relationshipId As Integer
 
Dim instance As New RelationInfo(name, relatedTableId, relationshipId)
C# 
public RelationInfo( 
   string name,
   int relatedTableId,
   int relationshipId
)

Parameters

name
Relate name.
relatedTableId
Id of table that is related to the parent.
relationshipId
Id of relationship between source and related table.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.