Responder Developer Guide
GetColumnInfo Method


Syntax
'Declaration
 
Function GetColumnInfo( _
   ByVal tableName As String _
) As IEnumerable(Of ColumnMetadata)
'Usage
 
Dim instance As IDbMetadata
Dim tableName As String
Dim value As IEnumerable(Of ColumnMetadata)
 
value = instance.GetColumnInfo(tableName)

Parameters

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

IDbMetadata Interface
IDbMetadata Members

 

 


Send Comment