Knight Data Access Layer
LoadMapToTables Method




KellermanSoftware.NetDataAccessLayer Namespace > AutoMap Class : LoadMapToTables Method
Load the map into a Table List
Syntax
Public Function LoadMapToTables( _
   ByVal filePath As String _
) As List(Of Table)
Dim instance As AutoMap
Dim filePath As String
Dim value As List(Of Table)
 
value = instance.LoadMapToTables(filePath)
public List<Table> LoadMapToTables( 
   string filePath
)
public: List<Table*>* LoadMapToTables( 
   string* filePath
) 
public:
List<Table^>^ LoadMapToTables( 
   String^ filePath
) 

Parameters

filePath
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AutoMap Class
AutoMap Members