Knight Data Access Layer
LoadObjectMap Method (AutoMap)




KellermanSoftware.NetDataAccessLayer Namespace > AutoMap Class : LoadObjectMap Method
The full path to the file
Load the an ObjectMap from a file and XML DeSerialize it
Syntax
Public Sub LoadObjectMap( _
   ByVal filePath As String _
) 
Dim instance As AutoMap
Dim filePath As String
 
instance.LoadObjectMap(filePath)
public void LoadObjectMap( 
   string filePath
)
public: void LoadObjectMap( 
   string* filePath
) 
public:
void LoadObjectMap( 
   String^ filePath
) 

Parameters

filePath
The full path to the file
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