Knight Data Access Layer
MapTablesFromNamespace(Type) Method




KellermanSoftware.NetDataAccessLayer Namespace > IAutoMap Interface > 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
Overloads Function MapTablesFromNamespace( _
   ByVal type As Type _
) As IList(Of Table)
Dim instance As IAutoMap
Dim type As Type
Dim value As IList(Of Table)
 
value = instance.MapTablesFromNamespace(type)
IList<Table> MapTablesFromNamespace( 
   Type type
)
IList<Table*>* MapTablesFromNamespace( 
   Type* type
) 
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

IAutoMap Interface
IAutoMap Members
Overload List