Knight Data Access Layer
GetObjectMap<T> Method (IObjectCrud)




KellermanSoftware.NetDataAccessLayer Namespace > IObjectCrud Interface : GetObjectMap<T> Method
Generic class type
Get the object map for the passed class
Syntax
Function GetObjectMap(Of T As {Class, New})() As Table
Dim instance As IObjectCrud
Dim value As Table
 
value = instance.GetObjectMap(Of T)()
Table GetObjectMap<T>()
where T: class, new()
Table* GetObjectMap<T>(); 
where T: ref class, gcnew()
Table^ GetObjectMapgeneric<typename T>
(); 
where T: ref class, gcnew()

Type Parameters

T
Generic class type
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

IObjectCrud Interface
IObjectCrud Members