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




providerId
Id of the control that implements the relate provider interface.
mapResourceManager
Map resource manager id.
mapResource
Resource id.
sourceTableId
Source table id.
sourceObjectId
Source object id (the row in the table being related).
name
Relate name.
relatedTableId
Related table id.
relationshipId
Relationship id.
Parameterized constructor.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal providerId As String, _
   ByVal mapResourceManager As String, _
   ByVal mapResource As String, _
   ByVal sourceTableId As Integer, _
   ByVal sourceObjectId As Integer, _
   ByVal name As String, _
   ByVal relatedTableId As Integer, _
   ByVal relationshipId As Integer _
)
Visual Basic (Usage)Copy Code
Dim providerId As String
Dim mapResourceManager As String
Dim mapResource As String
Dim sourceTableId As Integer
Dim sourceObjectId As Integer
Dim name As String
Dim relatedTableId As Integer
Dim relationshipId As Integer
 
Dim instance As New RelateContext(providerId, mapResourceManager, mapResource, sourceTableId, sourceObjectId, name, relatedTableId, relationshipId)
C# 
public RelateContext( 
   string providerId,
   string mapResourceManager,
   string mapResource,
   int sourceTableId,
   int sourceObjectId,
   string name,
   int relatedTableId,
   int relationshipId
)

Parameters

providerId
Id of the control that implements the relate provider interface.
mapResourceManager
Map resource manager id.
mapResource
Resource id.
sourceTableId
Source table id.
sourceObjectId
Source object id (the row in the table being related).
name
Relate name.
relatedTableId
Related table id.
relationshipId
Relationship id.

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.