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