Knight Data Access Layer
MappedItems Property




KellermanSoftware.NetDataAccessLayer.LoadWithChildren Namespace > LoadWithChildrenMap Class : MappedItems Property
Gets or sets the mapped items.
Syntax
Public Property MappedItems As List(Of LoadWithChildrenMapItem)
Dim instance As LoadWithChildrenMap
Dim value As List(Of LoadWithChildrenMapItem)
 
instance.MappedItems = value
 
value = instance.MappedItems
public List<LoadWithChildrenMapItem> MappedItems {get; set;}
public: __property List<LoadWithChildrenMapItem*>* get_MappedItems();
public: __property void set_MappedItems( 
   List<LoadWithChildrenMapItem*>* value
);
public:
property List<LoadWithChildrenMapItem^>^ MappedItems {
   List<LoadWithChildrenMapItem^>^ get();
   void set (    List<LoadWithChildrenMapItem^>^ value);
}

Property Value

The mapped items.
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

LoadWithChildrenMap Class
LoadWithChildrenMap Members