ESRI.ArcGIS.ADF.Web.UI.WebControls
RelationInfo Constructor(String,Int32,Int32)
See Also 
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 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.

See Also

© 2010 All Rights Reserved.