Knight Data Access Layer
LoadObjectMap Method (IAutoMap)




KellermanSoftware.NetDataAccessLayer Namespace > IAutoMap Interface : LoadObjectMap Method
The full path to the file
Load the an ObjectMap from a file and XML DeSerialize it
Syntax
Sub LoadObjectMap( _
   ByVal filePath As String _
) 
Dim instance As IAutoMap
Dim filePath As String
 
instance.LoadObjectMap(filePath)
void LoadObjectMap( 
   string filePath
)
void LoadObjectMap( 
   string* filePath
) 
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

IAutoMap Interface
IAutoMap Members