Knight Data Access Layer
SaveObjectMap Method (AutoMap)




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

AutoMap Class
AutoMap Members