Knight Data Access Layer
MappedTables Property (IAutoMap)




KellermanSoftware.NetDataAccessLayer Namespace > IAutoMap Interface : MappedTables Property
A list of mapped tables.
Syntax
ReadOnly Property MappedTables As IEnumerable(Of Table)
Dim instance As IAutoMap
Dim value As IEnumerable(Of Table)
 
value = instance.MappedTables
IEnumerable<Table> MappedTables {get;}
__property IEnumerable<Table*>* get_MappedTables();
property IEnumerable<Table^>^ MappedTables {
   IEnumerable<Table^>^ get();
}
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