ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
GetStandaloneTableInfo Method
See Also 
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 StandaloneTableInfo _
) As StandaloneTableInfo
Visual Basic (Usage)Copy Code
Dim tableId As Integer
Dim tableInfos() As StandaloneTableInfo
Dim value As StandaloneTableInfo
 
value = MapFunctionality.GetStandaloneTableInfo(tableId, tableInfos)
C# 
public static StandaloneTableInfo GetStandaloneTableInfo( 
   int tableId,
   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.

See Also

© 2010 All Rights Reserved.