ArcFM Solution Developer Guide
QualifyTableName Method


Syntax
'Declaration
 
Public Overridable Function QualifyTableName( _
   ByVal dbName As System.String, _
   ByVal OwnerName As System.String, _
   ByVal TableName As System.String _
) As System.String
'Usage
 
Dim instance As MMFeederWorkspaceFactoryClass
Dim dbName As System.String
Dim OwnerName As System.String
Dim TableName As System.String
Dim value As System.String
 
value = instance.QualifyTableName(dbName, OwnerName, TableName)
public virtual System.string QualifyTableName( 
   System.string dbName,
   System.string OwnerName,
   System.string TableName
)

Parameters

dbName
OwnerName
TableName
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

MMFeederWorkspaceFactoryClass Class
MMFeederWorkspaceFactoryClass Members

 

 


Send Comment