Knight Data Access Layer
MapTablesFromNamespace(Type) Method




KellermanSoftware.NetDataAccessLayer Namespace > AutoMap Class > MapTablesFromNamespace Method : MapTablesFromNamespace(Type) Method
The type of the class
Create a map for each class that is in the same namespace as passed in type
Syntax
Public Overloads Function MapTablesFromNamespace( _
   ByVal type As Type _
) As IList(Of Table)
Dim instance As AutoMap
Dim type As Type
Dim value As IList(Of Table)
 
value = instance.MapTablesFromNamespace(type)
public IList<Table> MapTablesFromNamespace( 
   Type type
)
public: IList<Table*>* MapTablesFromNamespace( 
   Type* type
) 
public:
IList<Table^>^ MapTablesFromNamespace( 
   Type^ type
) 

Parameters

type
The type of the class
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
Overload List