ArcFM Solution Developer Guide
QualifyColumnName Method


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

Parameters

TableName
columnName
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