ArcFM Desktop Developer Guide
GetTableName(String,Boolean) Method


Strips the user and db off table names, if the tableNameOnly option is true.
Syntax
'Declaration
 
Public Overloads Shared Function GetTableName( _
   ByVal dataSetName As String, _
   ByVal tableNameOnly As Boolean _
) As String
'Usage
 
Dim dataSetName As String
Dim tableNameOnly As Boolean
Dim value As String
 
value = GeodatabaseAccess.GetTableName(dataSetName, tableNameOnly)
public static string GetTableName( 
   string dataSetName,
   bool tableNameOnly
)

Parameters

dataSetName
tableNameOnly
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

GeodatabaseAccess Class
GeodatabaseAccess Members
Overload List

 

 


Send Comment