Knight Data Access Layer
ObjectMap Property (IAutoMap)




KellermanSoftware.NetDataAccessLayer Namespace > IAutoMap Interface : ObjectMap Property
A map of types to database tables
Syntax
Property ObjectMap As Dictionary(Of Type,Table)
Dim instance As IAutoMap
Dim value As Dictionary(Of Type,Table)
 
instance.ObjectMap = value
 
value = instance.ObjectMap
Dictionary<Type,Table> ObjectMap {get; set;}
__property Dictionary<Type*,Table*>* get_ObjectMap();
__property void set_ObjectMap( 
   Dictionary<Type*,Table*>* value
);
property Dictionary<Type^,Table^>^ ObjectMap {
   Dictionary<Type^,Table^>^ get();
   void set (    Dictionary<Type^,Table^>^ value);
}
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