Knight Data Access Layer
SaveObjectMap Method (IAutoMap)




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