ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
GetStandaloneTableInfo Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > MapFunctionality Class : GetStandaloneTableInfo Method




tableId
ID of the table.
tableInfos
Array of StandaloneTableInfo objects for the data source.
Gets the StandaloneTableInfo object for the specified table.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetStandaloneTableInfo( _
   ByVal tableId As Integer, _
   ByVal tableInfos() As ESRI.ArcGIS.ADF.ArcGISServer.StandaloneTableInfo _
) As ESRI.ArcGIS.ADF.ArcGISServer.StandaloneTableInfo
Visual Basic (Usage)Copy Code
Dim tableId As Integer
Dim tableInfos() As ESRI.ArcGIS.ADF.ArcGISServer.StandaloneTableInfo
Dim value As ESRI.ArcGIS.ADF.ArcGISServer.StandaloneTableInfo
 
value = MapFunctionality.GetStandaloneTableInfo(tableId, tableInfos)
C# 
public static ESRI.ArcGIS.ADF.ArcGISServer.StandaloneTableInfo GetStandaloneTableInfo( 
   int tableId,
   ESRI.ArcGIS.ADF.ArcGISServer.StandaloneTableInfo[] tableInfos
)

Parameters

tableId
ID of the table.
tableInfos
Array of StandaloneTableInfo objects for the data source.

Return Value

StandaloneTableInfo object for the table.

Remarks

The MapLayerInfo:ESRI.ArcGIS.ADF.ArcGISServer.StandaloneTableInfo% has information about the table including fields and relationships, etc.

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.