Responder Developer Guide
Get(String) Method


Syntax
'Declaration
 
Public Overloads Function Get( _
   ByVal tableName As String _
) As DataLoaderResult
'Usage
 
Dim instance As DataLoaderResults
Dim tableName As String
Dim value As DataLoaderResult
 
value = instance.Get(tableName)
public DataLoaderResult Get( 
   string 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

DataLoaderResults Class
DataLoaderResults Members
Overload List

 

 


Send Comment