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




KellermanSoftware.NetDataAccessLayer Namespace > IObjectCrud Interface : SynchronizeTableStructure<T> Method
Generic class type
Synchronize table structure with the specified by typeparam class
Syntax
Sub SynchronizeTableStructure(Of T As {Class, New})() 
Dim instance As IObjectCrud
 
instance.SynchronizeTableStructure(Of T)()
void SynchronizeTableStructure<T>()
where T: class, new()
void SynchronizeTableStructure<T>(); 
where T: ref class, gcnew()
void SynchronizeTableStructuregeneric<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